JP2 images
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
-
- Posts: 111
- Joined: Wed Mar 11, 2020 8:11 pm
JP2 images
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
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
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
- wwonderfull
-
- Posts: 1582
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: JP2 images
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.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?