Title: Custom Fields Lazy Load
Last modified: August 30, 2016

---

# Custom Fields Lazy Load

 *  [tor2dbear](https://wordpress.org/support/users/tor2dbear/)
 * (@tor2dbear)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/custom-fields-lazy-load/)
 * Hi!
 * I’m using Advanced Custom Fields plugin for my images. I understand that BJ Lazy
   Load should be able to lazy load these images as well using this code:
 *     ```
       <?php
       $img_html = '<img src="myimage.jpg" alt="">';
       $img_html = apply_filters( 'bj_lazy_load_html', $img_html );
       echo $img_html;
       ?>
       ```
   
 * However, I don’t know were on my WordPress site to put it?
    Much appreciate some
   help.
 * /TB
 * [https://wordpress.org/plugins/bj-lazy-load/](https://wordpress.org/plugins/bj-lazy-load/)

Viewing 1 replies (of 1 total)

 *  [k4media](https://wordpress.org/support/users/k4media/)
 * (@k4media)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/custom-fields-lazy-load/#post-6871403)
 * Put that code in your theme files, where ever you are using ACF to get and show
   images.

Viewing 1 replies (of 1 total)

The topic ‘Custom Fields Lazy Load’ is closed to new replies.

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

## Tags

 * [custom fields](https://wordpress.org/support/topic-tag/custom-fields/)

 * 1 reply
 * 2 participants
 * Last reply from: [k4media](https://wordpress.org/support/users/k4media/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/custom-fields-lazy-load/#post-6871403)
 * Status: not resolved