Title: Increasing threshold
Last modified: February 21, 2020

---

# Increasing threshold

 *  [richardskins](https://wordpress.org/support/users/richardskins/)
 * (@richardskins)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/increasing-threshold/)
 * Hi,
 * Just wanted to see if it’s possible to increase the threshold from 300px for 
   images to be lazy loaded on WP Rocket plugin?
 * Thanks,
 * Richard

Viewing 1 replies (of 1 total)

 *  [MindCreatesMeaning](https://wordpress.org/support/users/xizor/)
 * (@xizor)
 * [6 years ago](https://wordpress.org/support/topic/increasing-threshold/#post-12881682)
 * I’m not affiliated with the plugin, but I found a solution several months ago.
   Try using this as a code snippet:
 *     ```
       function rocket_lazyload_custom_threshold( $threshold ) {
       	return 0;
       }
       add_filter( 'rocket_lazyload_threshold', 'rocket_lazyload_custom_threshold' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Increasing threshold’ is closed to new replies.

 * ![](https://ps.w.org/rocket-lazy-load/assets/icon-256x256.png?rev=2715509)
 * [LazyLoad Plugin – Lazy Load Images, Videos, and Iframes](https://wordpress.org/plugins/rocket-lazy-load/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rocket-lazy-load/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rocket-lazy-load/)
 * [Active Topics](https://wordpress.org/support/plugin/rocket-lazy-load/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rocket-lazy-load/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rocket-lazy-load/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [MindCreatesMeaning](https://wordpress.org/support/users/xizor/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/increasing-threshold/#post-12881682)
 * Status: not resolved