What happens when srcset is not supported?
I read about srcset .
Unfortunately, it doesn't have full compatibility with all browsers. What happens to a browser that doesn't support it? Will all images be loaded? Can I specify which image to use in this case?
+3
panthro
source
to share
1 answer
The attribute is srcset
ignored in browsers that don't support it, so only the attribute is used src
.
+4
zcorpan
source
to share