Forums
Forums / Plugin: SW Lazy Load / Changing
(@wpseeker)
12 years ago
Hi
Thanks for this plugin. I’m trying to add this to the code but it keeps breaking.
$(“img”).unveil(200);
Where is the correct place to add it?
Thanks
https://wordpress.org/plugins/sw-lazy-load/
(@josedasilva)
Hello,
You should modify the assets/js/jquery.unveil.min.js for this.
Look at the last 3 lines.
$(document).ready(function() { $(“img”).unveil(); }); Just add the 200 as function parameter.
The topic ‘Changing’ is closed to new replies.