metafizzy / flickity

:leaves: Touch, responsive, flickable carousels
https://flickity.metafizzy.co
7.52k stars 605 forks source link

Is Flickity Google Crawl compliant? #874

Closed PaoloFalomo closed 5 years ago

PaoloFalomo commented 5 years ago

https://developers.google.com/search/docs/guides/lazy-loading

desandro commented 5 years ago

From reading this document, yes Flickity will

In particular, Flickity will lazy load images of the initial selected cells. It does not wait for scroll or other event to do so.

PaoloFalomo commented 5 years ago

thank you @desandro !