Viewing 3 replies - 1 through 3 (of 3 total)
  • change

    jQuery(“img”).lazyload({

    to

    jQuery(“#content,#sidebar”).find(“img”).lazyload({

    also if you need to exclude certain classes or ids you can do this:

    jQuery(“img”).not(“.cycle img, .su-jcarousel img”).lazyload({

    Hello I am looking to see how I can add video poster’s to the lazy load action.
    This is how I add the video poster: ‘<video id=”video-example” poster=”videoing.jpg” width=”400″ height=”225″ loop>html5 video code goes here </video>’

    Thank you in advance. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: jQuery Image Lazy Load WP] Not Loading Images in Sidebar. Need Solution ASAP!’ is closed to new replies.