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
Is there a way to not use md5 hash on the output of the cached filenames?
I'm looking to generate both test.jpg and test.webp at the same time. Filename must be the same but different ext.
The cache filenames can also be test-200w-100h.jpg and test-200w-100h.webp for different size params.
Is this possible with the 1.x version of Glide?
BTW, this is required based on Google's recommendation on serving webp images with Content Negotiation. https://developers.google.com/speed/webp/faq , where the server searches for a .webp file of the same name first before falling back to the original file.
The text was updated successfully, but these errors were encountered:
Is there a way to not use md5 hash on the output of the cached filenames?
I'm looking to generate both
test.jpg
andtest.webp
at the same time. Filename must be the same but different ext.The cache filenames can also be
test-200w-100h.jpg
andtest-200w-100h.webp
for different size params.Is this possible with the 1.x version of Glide?
BTW, this is required based on Google's recommendation on serving webp images with Content Negotiation. https://developers.google.com/speed/webp/faq , where the server searches for a
.webp
file of the same name first before falling back to the original file.The text was updated successfully, but these errors were encountered: