Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    If you want to disable lazyload for certain page

    if (strpos($_SERVER['REQUEST_URI'], "xxx") !== false){
    define( 'LITESPEED_NO_LAZY', true );
    }

    where xxx is your page URI , add it into wp-config.php

    Best regards,

Viewing 1 replies (of 1 total)

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