Closed mikethejet closed 2 years ago
Supporting the src set attribute the fallback for images? How to use it?
<Img src={['https://www.example.com/foo.jpg', 'https://www.example.com/bar.jpg']} />
<Img srcset= ?? />
No, srcSet is not supported. Not sure it makes sense for a library like this
Supporting the src set attribute the fallback for images? How to use it?
<Img src={['https://www.example.com/foo.jpg', 'https://www.example.com/bar.jpg']} />
<Img srcset= ?? />