|
I'm not sure if the package is incorrectly setup, or if this is normal chrome inspector behaviour, but the fallback image is always selected, at any size. Does anyone know what is up here? |
Answered by
ncla
Nov 8, 2022
Replies: 1 comment 9 replies
|
It is probably because your |
9 replies
Answer selected by
notflip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It is probably because your
mediaattribute is empty for each<source>, it should have the breakpoint queries (something likemin-width: 1280pxfor example).