Page 1 of 1

Lazy Loading

Posted: Sun Mar 08, 2020 8:49 pm
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

Re: Lazy Loading

Posted: Sun Mar 08, 2020 9:00 pm
by Pablo
This script is added if you enable 'lazy load' in images or the photo gallery.

Re: Lazy Loading

Posted: Wed Mar 11, 2020 12:02 am
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

Re: Lazy Loading

Posted: Wed Mar 11, 2020 6:53 am
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