Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support adamewww

    (@adamewww)

    Hello,

    I recommend having a look at this document as there a few different ways of doing that: https://docs.ewww.io/article/74-lazy-load

    You probably will want to use the ‘EIO_LAZY_FOLD’ override explained there.

    Thread Starter Sayan Dutta

    (@sayandutta)

    How to use it?

    Plugin Support adamewww

    (@adamewww)

    That document I linked to explains how to use it. You add the line in there to your wp-config.php and put how many images you would like to exclude, for example if you want to exclude the first 4 images:

    define( ‘EIO_LAZY_FOLD’, 4);

    Alternatively, there are other options in that document lined out. For instance, you could also just add the “skip-lazy” class to any image you don’t want to lazy load.

    Thread Starter Sayan Dutta

    (@sayandutta)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to exclude the images above the fold’ is closed to new replies.