Dr Dreo
Dr Dreo
Seems like the author is not too active. @jaredpalmer Might make this more open source by adding more trusted contributors, if its the time lacking to maintain this plugin alone.
It can be fixed by installing it via `npm install --legacy-peer-deps` Although this is not the actual fix. They need to upgrade the peer-dependencies
Well, this is due to you can't actually know where the file will be hosted when on production during development. We have the same problem because our assets have cache...
I have contacted the Cypress support and they confirmed that snapshots will only be uploaded when the test failed. The UI still shows an show images button in the Dashboard...
Yeah, as mentioned in my comment, use the correct regex, not the one from the docs.
Thanks for taking the time. I get the exact same behaviour as in my project. It only is loaded when the image is seen. Tested on Windows 10 in Chrome...

Disabled the cache. Even tried all browsers again at my work PC. Unfortunately, same results.
I have fiddled around with the IntersectionObserver, and key is the root option. If it is undefined, it ignores the margin. Here an example: https://jsfiddle.net/mz26j7kf/ Removing the ``` root: document.querySelector(".container"),```...
I tested it yesterday on stackblitz with version 7.0.0 and was like: "nice it works, i can add it to the project." Today, i built it in and tested it,...