JP2 images

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
Keith Hughes
 
 
Posts: 111
Joined: Wed Mar 11, 2020 8:11 pm

JP2 images

Post 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?
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: JP2 images

Post 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
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Re: JP2 images

Post 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.
Post Reply