Lazy Loading

By default, Quest will automatically add:

loading="lazy"

This will tell the browser to load images in an order based on position in the page. Without this a browser may try to load all images equally and can sometimes end up rendering images down the page & out of view while images in view are not yet loaded.

You can read more about it here.

Last updated