• Hello, I have a site that uses hidden images for Pinterest and when I enable Rocket Lazy Load, those images never load. Though these images never show, they become available to the use when they choose to click a Share on Pinterest button. At this point the image should show in the list of available images to PIN but with Lazy Load enabled, they do not.

    The image is inside a div that starts: <div style="display: none;"> <img src=

    Thoughts? Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author WP Media

    (@wp_media)

    Hi,

    In this case, I believe the best thing is to exclude them from lazyloading.

    You can add a data-no-lazy=”1″ property in you img tag.

    You can also use the filters rocket_lazyload_excluded_attributes or rocket_lazyload_excluded_src to exclude specific patterns like a class or a path.

Viewing 1 replies (of 1 total)
  • The topic ‘Hidden images do not load’ is closed to new replies.