REMINDER
Support for new image formats? JPEG2000, etc.
-
Hello all,
After launching our site, I had Google Search Console run a PageSpeed test, and the recommendation was to change two of our images to a newer, web-friendly format (JPEG2000 was the suggestion).
I tried to upload a .jp2 file via codeEditor and link it, but I think there's a problem with the MIME type, as the preview doesn't show up in CodeEditor nor did it work in PageBuilder.
Does / can AppDrag support JPEG2000?
Also, related question:
What does the checkbox to 'optimize' pictures actually do?From PageBuilder:
-
Hello,
Short answer : https://caniuse.com/jpeg2000
Long answer : I don't think you can use jpeg2000 format you should maybe aim to .webp and to use it is not just setting the src image. Look at this codepen.
https://codepen.io/jeremyfrank/pen/pjmJyg
Second question :
The image optimizer resizes and compress your image to take less space and improve your page loading speed.