Page 1 of 1

JP2 images

Posted: Wed Aug 03, 2022 2:09 pm
by Keith Hughes
I want to speed up the loading speed of my site and I'd like to use JP2 images, is this possible? What is Lazy loading?

Re: JP2 images

Posted: Wed Aug 03, 2022 3:00 pm
by Pablo
JP2 is an old format which is not supported by any modern browser.
https://caniuse.com/jpeg2000

Instead you can use webp.
https://caniuse.com/webp

Lazy loading is documented here.
https://developer.mozilla.org/en-US/doc ... zy_loading

Re: JP2 images

Posted: Wed Aug 03, 2022 3:21 pm
by wwonderfull
Keith Hughes wrote: Wed Aug 03, 2022 2:09 pm I want to speed up the loading speed of my site and I'd like to use JP2 images, is this possible? What is Lazy loading?
webp image considered the modern image format which is widely used in terms making website load fast. You can also use svg but depends if it is a vector image or not. Other than that you can compress the image also to make it load faster.