We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chrome does load jpg instead of webp even the webp is provided. Markup:
<picture> <source data-srcset="/dist/images/categories/historika_master.webp" type="image/webp"> <source data-srcset="/dist/images/categories/historika_master.jpg" type="image/jpeg"> <img src="/dist/loading.gif" data-src="/dist/images/categories/historika_master.jpg" class="card-img-top lazy-load category-slide" alt="Historika, Studentika, Militaria" title="Historika, Studentika, Militaria"> <noscript> <img src="/dist/images/categories/historika_master.jpg" class=" card-img-top -slider category-slide" alt="Historika, Studentika, Militaria" title="Historika, Studentika, Militaria"> </noscript> </picture>
Is there anything I can do to force supported browsers to load the webp format?
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Chrome does load jpg instead of webp even the webp is provided.
Markup:
Is there anything I can do to force supported browsers to load the webp format?
The text was updated successfully, but these errors were encountered: