Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix #4072 [要望] 画像をアップロードすると元画像より容量が大きくなる事がある問題を解決 #4073

Open
wants to merge 1 commit into
base: 5.1.x
Choose a base branch
from

Conversation

katokaisya
Copy link
Collaborator

@ryuring
一応、元の値より大きくなることを防ぐ目的で、96未満の数値を入れたときのみ、解像度を上書きするようにしています。
(app_local.phpにコメントアウトで設定の文言を入れています。)
ご確認お願いします。

@@ -91,4 +91,6 @@
'url' => env('EMAIL_TRANSPORT_DEFAULT_URL', null),
],
],
// thmbnailの解像度を変更する場合
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

app_local.example.php は、CakePHP側の設定を記載する箇所です。
baser-core/config/setting.php を利用してください。

@ryuring ryuring added the Reviewed レビュー済 label Dec 29, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Reviewed レビュー済
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants