Answer the question
In order to leave comments, you need to log in
What impact does lazy loading images have on SEO?
I decided, in order to increase performance, to use Intersection Observer, thus implementing lazy-load.
With the help of this API, I will track the position of the image. Implementation is planned as follows:
<img src="preloader.gif" data-src="real-image-source" alt="alt text" title="title text"/>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question