• Lazy load does not work with hard coded images, is there a way to make them work by adding a class to the images or a similar workaround? (See “Shop Lab Supplies” section)

    Any help is appreciated, thanks!

    • This topic was modified 4 years, 10 months ago by renisauria.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, I hope it will help you. On the plugin main page in the bottom section you can find:

    Apply lazy load for images in content.
    a3_lazy_load_images
    Example:
    apply_filters( ‘a3_lazy_load_images’, $your_content, null );

    Apply lazy load for videos and iframe from content.
    a3_lazy_load_videos
    Example:
    apply_filters( ‘a3_lazy_load_videos’, $your_content, null );

    Apply lazy load for all images, videos and iframe from content
    a3_lazy_load_html
    Example:
    apply_filters( ‘a3_lazy_load_html’, $your_content, null );

Viewing 1 replies (of 1 total)
  • The topic ‘Making hard coded images lazy load’ is closed to new replies.