Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yokihito Oki
/
kanoya-univercity-prod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0066723c
authored
2020-09-03 10:57:51 +0900
by
TaishiTokudome
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
リサイズ処理の修正
1 parent
cd407d9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
components/com_jce/editor/libraries/classes/browser.php
components/com_jce/editor/libraries/classes/browser.php
View file @
0066723
...
...
@@ -1253,9 +1253,10 @@ class WFFileBrowser extends JObject
// 画像情報から画像の幅を取得
$width
=
(
int
)
$image_info
[
0
];
// リサイズ後の幅を定義
$new_width
=
1
0
00
;
$new_width
=
1
6
00
;
// 登録する画像の幅がリサイズ後の幅(1000px)より大きいことを確認(1000px以上でリサイズ処理)
// 登録する画像の幅がリサイズ後の幅(1600px)より大きいことを確認(1600px以上でリサイズ処理)
// 記事詳細ページでの画像表示と、サムネイル画像としての画像表示両方に対応できるように1600でリサイズ
if
(
$width
>
$new_width
)
{
// 画像情報から画像の高さを取得
$height
=
(
int
)
$image_info
[
1
];
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment