Title: Lazy Load
Last modified: September 1, 2020

---

# Lazy Load

 *  Resolved [wpbh](https://wordpress.org/support/users/wpbh/)
 * (@wpbh)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/lazy-load-46/)
 * Hello,
 * How can I disable Lazy loading of images for mobile devices such as cell phone,
   tablet …?
 * Thanks for the answer!

Viewing 1 replies (of 1 total)

 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/lazy-load-46/#post-13347553)
 * Hi,
 * please make sure you have enabled mobile cache , then add this code into wp-config.
   php
 *     ```
       if (stripos($_SERVER['HTTP_USER_AGENT'],"iPhone")!==false || stripos($_SERVER['HTTP_USER_AGENT'],"Android")!==false || stripos($_SERVER['HTTP_USER_AGENT'],"iPad")!==false ) 
       {
       define( 'LITESPEED_NO_LAZY', true ) ;
       }
       ```
   
 * purge all.
 * Best regards,

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/lazy-load-46/#post-13347553)
 * Status: resolved