Title: [Plugin: Lazy Load] add load image function
Last modified: August 20, 2016

---

# [Plugin: Lazy Load] add load image function

 *  Resolved [JonasVorwerk](https://wordpress.org/support/users/jonasvorwerk/)
 * (@jonasvorwerk)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-lazy-load-add-load-image-function/)
 * It would be nice to add a function to manually load the images. Then it’s easy
   to make it work with plugins like infinite scroll of masonry scripts.
 * [http://wordpress.org/extend/plugins/lazy-load/](http://wordpress.org/extend/plugins/lazy-load/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mohammad Jangda](https://wordpress.org/support/users/batmoo/)
 * (@batmoo)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-lazy-load-add-load-image-function/#post-2687977)
 * In v0.4, you can do:
 *     ```
       if ( function_exists( 'lazyload_images_add_placeholders' ) )
           $content = lazyload_images_add_placeholders( $content );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Lazy Load] add load image function’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/lazy-load.svg)
 * [Lazy Load](https://wordpress.org/plugins/lazy-load/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lazy-load/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lazy-load/)
 * [Active Topics](https://wordpress.org/support/plugin/lazy-load/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lazy-load/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lazy-load/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mohammad Jangda](https://wordpress.org/support/users/batmoo/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-lazy-load-add-load-image-function/#post-2687977)
 * Status: resolved