Closed bezoerb closed 2 years ago
Currently, when different ratios are shipped in the stage media (e.g. desktop: 16:9, mobile 4:3), we add two preload tags to the document head. One for the desktop image & one for the mobile image.
head
We need to provide appropriate media queries here to prevent preloading images which are not being used on the current device. See: https://web.dev/preload-responsive-images/#preload-and-lesspicturegreater
Currently, when different ratios are shipped in the stage media (e.g. desktop: 16:9, mobile 4:3), we add two preload tags to the document
head
. One for the desktop image & one for the mobile image.We need to provide appropriate media queries here to prevent preloading images which are not being used on the current device. See: https://web.dev/preload-responsive-images/#preload-and-lesspicturegreater