Fernando Bonfim

Results 2 issues of Fernando Bonfim

Hi. I ran .**lazyimages_without_scroll_events.js** to test two webpages that uses different approachs for lazy loading images: one [with IntersectionObserver](https://lazyloadingtest.netlify.com/intersection-observer-ec5.html) and another [with event listeners](https://lazyloadingtest.netlify.com/vanilla-javascript.html) (DOMContentLoad, scroll,resize). Both pages didn't pass...

Hello. So, I've setup submit-sitemap to automate the task of sending Google and Yandex my website's sitemap. Here is how I configured netlify.toml: ``` # It is supposed to run...