Preload images with scrset and webp
-
I am trying to preload the hero image background to improve first paint and LCP.
I am using the ‘rewrite’ option not <picture> for WEBP replacement. Can I just preload the .jpg version and if so will it rewrite to webp, or do I need to indicate both somehow in the preload link?
<link rel="preload" as="image" imagesrcset=" image-400.jpg 400w, image-800.jpg 800w, image-1600.jpg 1600w" imagesizes="100vw">
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Preload images with scrset and webp’ is closed to new replies.