Sorry, we don't support your browser.  Install a modern browser

Remove lazyloading from "above the fold" elements and sections#190

According to PageSpeed reports, the main product image is being flagged because:

  • It is currently lazy-loading, which shouldn’t happen for the first image of the page.
  • It lacks the fetchpriority=”high” attribute.

Would it be possible to update these elements (presumably in slideshow and hero sections) to fix this type of warning?

4 months ago