-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't resize if the desired size is < to thumbnail size #710
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I tried to resize an image with dynamic filter and it didn't work until i change my thumbnail size.
in my imagine.yml, if my thumbnail size is
thumbnail: { size: [200, 200], mode: inset }
and i try to do in my php... array( 'filters' => array( 'background' => array( 'size' => array(120,87) ) )) ...
It doesn't work, and no error message is fired.
It's quite weird that it works for some desired sizes under the thumbnail 's size, and doesnt work for some other sizes :
in imagine.yml
thumbnail: { size: [200, 200], mode: inset }
in php
version 1.5.2
symfony 2.7.5
The text was updated successfully, but these errors were encountered: