You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying the priority prop to the Image component in next/image, it would be useful to specify a media query, to support desktop-only images, for example.
Describe the solution you'd like
Perhaps a priorityMediaQuery prop that can be set to a specific media query?
Describe alternatives you've considered
I've used a wrapper div with display:none for some media query but the priority prop overrides this.