Lazy Loading
-
Hey,
Let me first say what a superb plugin this is. It’s so easy to setup, and get going. I love how we can control the output of it, which makes it really easy to style.
I was wondering if there is anything in the works for lazy loading?. It would be great if it could work alongside an exisiting lazy load plugin such as Bj Lazy Load ?
They have a apply filter option that looks something like:
<?php $img_html = '<img src="myimage.jpg" alt="">'; $img_html = apply_filters( 'bj_lazy_load_html', $img_html ); echo $img_html; ?>I tried editing your plugin to apply this filter but with no success :'(
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Lazy Loading’ is closed to new replies.