Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1315004

    one question to developers- the option lazy loading image – does it use IntersectionObserver?
    Is it only the use of WP funtionality or does Enfold itself work with that nice Option? I guess the IntersectionObserver is less performance intense than the getBoundingClientRect Option.

    #1315028

    Hey Guenter,

    No, we use only default WP implementation. This adds attribute

    
    loading="lazy"
    

    to images and this uses browser implementation.

    Best regards,
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.