You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using media-library on many of my projects and on one of them I have strange behavior, not sure why it is happening. I'm not sure if it's my fault or ...
Laravel v8.83.8
Media-Library v9.12.3
On my model I have registerMediaConversions with this and similiar conversions:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using media-library on many of my projects and on one of them I have strange behavior, not sure why it is happening. I'm not sure if it's my fault or ...
Laravel v8.83.8
Media-Library v9.12.3
On my model I have registerMediaConversions with this and similiar conversions:
If the image is eg. 320x800 it results in 100x250 output and not 100x100.
If I replace it with
then that one works, but those conversions bigger than original do not get upscaled which is what I need.
Any help on this?
Beta Was this translation helpful? Give feedback.
All reactions