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
When I include my gif using url_for('static', filename='loading.gif'), the animation and the transparency work as expected, but they stop working when I use Flask-Images' url_for('images', filename='loading.gif', height=50 ). Flask-Images does successfully resize the image, though.
Nice to know that it's possible, but since I can't see where I hook things up, I think it will be easier if I just manually resize that gif. Thank you!
When I include my gif using
url_for('static', filename='loading.gif')
, the animation and the transparency work as expected, but they stop working when I use Flask-Images'url_for('images', filename='loading.gif', height=50 )
. Flask-Images does successfully resize the image, though.Testing with this gif:
http://imgur.com/2D7aWd3.gif
The text was updated successfully, but these errors were encountered: