-
Notifications
You must be signed in to change notification settings - Fork 71
Change file extension when converting format #54
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
Comments
Hm… I've meant generation urls always end in the original file extension, and it causes confusion: avif-wepb etc. still end up with urls looking like they are wrong extension. Like in the docs: |
I can understand DX issues but we cannot change the last part as it has to directly map to the source id. Without the extension, we don't know what is an original file path. I'm closing this issue as cannot think of an easy possible solution but please ping to reopen if you have an idea without changing signature and dropping source extension. |
Though it may not be a clever solution, how about appending the converted file extension so that we can keep both the mapping relation while still having the browser to pick up the right file extension. Example: |
I spent an hour trying to figure out why my images were always in |
This is not just a DX issue. It makes |
Hi everyone, |
Same here, Lighthouse think I'm using jpeg images and is lowering my score |
Currently, file extension stays the same on conversion to a different format. This is a bad behavior and should be fixed.
The text was updated successfully, but these errors were encountered: