Closed
Description
Filament Version
3
Plugin Version
3.7.6
PHP Version
8.2
Problem description
I have specified the image width and height in the config file.
When you upload from the field, resizing is working correctly.
But when you want to upload from /media pages, it keeps the original image file.
Expected behavior
Resized image
Steps to reproduce
- Put config settings in curator.php
'image_crop_aspect_ratio' => '16:9',
'image_resize_mode' => 'contain',
'image_resize_target_height' => 2000,
'image_resize_target_width' => 2000,
-
Go to /media page
-
Upload image from this page
-
It will not be resized
-
Go to a resource with a curator picker field
-
upload image
-
The image is resized.
Reproduction repository
No response