Adding a3 Lazy Load Tags
-
I realized that one of my images is not loading because Asset CleanUp and a3 Lazy Load are not fully compatible. Can you please add these tags to your custom functions so that my a3 Lazy Load plugin can apply to your custom function and be fully compatible? These are the tags listed by a3 Lazy Load:
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 );Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Adding a3 Lazy Load Tags’ is closed to new replies.