Replies: 1 comment
-
Can you provide more information about your set up, plugin version, filament version, etc. Smaller images aren't up-scaling in my demo app. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Don't enlarge smaller images, just reduce the large ones.
FileUpload::make('src')->imageResizeUpscale(bool) option is missing.
FileUpload already have this option.
It is useful in combination with imageResizeTargetWidth, imageCropAspectRatio, imageResizeMode
Beta Was this translation helpful? Give feedback.
All reactions