This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
next/image
media query display filtering for priority
images
#45341
Labels
Image (next/image)
Related to Next.js Image Optimization.
Describe the feature you'd like to request
next/image
will only load the mobile or desktop image accordinglypriority
, then both the mobile and desktop images will load in all casespriority
impacts my LCP, addingpriority
means the user has to download an additional large imageDescribe the solution you'd like
Example
Describe alternatives you've considered
Manually creating an
img
tag withsizes
orsource
and specifying media-queries thereThe text was updated successfully, but these errors were encountered: