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
Images in the media library that contain a space (" ") in the name seem to break the resize_url feature.
Renaming the file with "-" instead of " " makes it work again.
The disfunction with " " still delivers an image derived from the original source, but not the requested one. So this may be a problem of accessing the correct cached resized image.
Easy workaround - the problem is, that you need to find out the reason, before you can fix it. Took me while.
To Reproduce
Steps to reproduce the behavior:
upload a file "anyname 01.jpg"
access it by a <picture>-tag giving several different resized versions of the url by liquid | asset_url | resize_url - in my case this code:
Describe the bug
Easy workaround - the problem is, that you need to find out the reason, before you can fix it. Took me while.
To Reproduce
Steps to reproduce the behavior:
<picture>
-tag giving several different resized versions of the url by liquid| asset_url | resize_url
- in my case this code:Expected behavior
All file names accepted in the media library must work with resize url.
The text was updated successfully, but these errors were encountered: