Can you please help me on how to preload product pics in Shopify?
My load delay time is too long due to photos not being loaded sooner. I've tried a lot of codes suggested in Google but it didnt seem to work. I've attached a screenshot from developer tools that show the load delay time.
The code I tried:
{{ product.featured_image | image_url: width: 600 | image_tag: preload: true }}
as suggested on here => shopify.dev/docs/themes/tools/theme-check/checks/asset-preload
I used the code in theme.liquid below head tag.