Title: [Plugin: BJ Lazy Load]
Last modified: August 20, 2016

---

# [Plugin: BJ Lazy Load]

 *  Resolved [Daniel Sturm](https://wordpress.org/support/users/dsturm/)
 * (@dsturm)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-bj-lazy-load/)
 * Hi there,
 * first thanks for this plugin, it is working great.
 * None the less, i ran into an error: `Fatal error: Call to a member function cloneNode()
   on a non-object in /www/htdocs/w00a8e8f/www.billig-banner24.de/wp-content/plugins/
   bj-lazy-load/bj-lazy-load.php on line 167`
 * So I would like to request a fix on line 163:
 * change `$img = $images->item( 0 );`
 * to `if ( ! $img = $images->item( 0 ) ) {
    return $this->_get_placeholder_html_regexp(
   $html ); }`
 * Best regards,
    Daniel
 * [http://wordpress.org/extend/plugins/bj-lazy-load/](http://wordpress.org/extend/plugins/bj-lazy-load/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Bjørn Johansen](https://wordpress.org/support/users/bjornjohansen/)
 * (@bjornjohansen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-bj-lazy-load/#post-2487814)
 * Thanks for letting me know.
 * An update has been very close for a while now. I’ll include the fix in the next
   release.
 *  [famousartguy](https://wordpress.org/support/users/famousartguy/)
 * (@famousartguy)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-bj-lazy-load/#post-2487841)
 * I get this error:
 *     ```
       bjll.min.js:9
   
       Uncaught TypeError: Object  has no method 'call'
       ```
   
 *  [Coding Our Web](https://wordpress.org/support/users/codingourweb/)
 * (@codingourweb)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-bj-lazy-load/#post-2487879)
 * Yep, same error here:
 *     ```
       bjll.min.js:9
   
       Uncaught TypeError: Object  has no method 'call'
       ```
   
 *  Plugin Author [Bjørn Johansen](https://wordpress.org/support/users/bjornjohansen/)
 * (@bjornjohansen)
 * [14 years ago](https://wordpress.org/support/topic/plugin-bj-lazy-load/#post-2487881)
 * Thanks for reporting this issue.
 * It was caused by the included JAIL js library. I just released version 0.4.0 
   with the latest version of JAIL (0.9.9), which fixes this error.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: BJ 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/)

 * 4 replies
 * 4 participants
 * Last reply from: [Bjørn Johansen](https://wordpress.org/support/users/bjornjohansen/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-bj-lazy-load/#post-2487881)
 * Status: resolved