Lazy Loading

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
Angler
 
 
Posts: 52
Joined: Sun Apr 22, 2018 7:53 am

Lazy Loading

Post by Angler »

Hi,

I have built numerous webpages but on the page I am building at present I notice .js script file and script has been inserted into the '<head> . I've not come across this, I didn't insert it and it's not in any of my other pages. Any idea why it's there?
<script src="jquery-1.12.4.min.js"></script>
<script src="wb.lazyload.min.js"></script>
<script>
$(document).ready(function()
{
$('img[data-src]').lazyload();
});
</script>

any help please? thanks
User avatar
Pablo
 
Posts: 22491
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Lazy Loading

Post by Pablo »

This script is added if you enable 'lazy load' in images or the photo gallery.
Angler
 
 
Posts: 52
Joined: Sun Apr 22, 2018 7:53 am

Re: Lazy Loading

Post by Angler »

Thanks Pablo,
I haven't got a photo gallery and haven't enabled lazy load! I don't even know how to. Have I done this by accident somehow?
How would I enable and disable lazy load?
Thanks
User avatar
Pablo
 
Posts: 22491
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Lazy Loading

Post by Pablo »

To be able to help you, I need a copy of the project.

Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
Post Reply