react-simple-image icon indicating copy to clipboard operation
react-simple-image copied to clipboard

srcset should check for empty or undefined descriptors

Open hsingh23 opened this issue 7 years ago • 1 comments

I want to be able to pass in srcset: { '1x': "./small.jpeg", '1.5x': "", , '2x': "./large.jpg", '2.5x': undefined} and it should output the right srcset

hsingh23 avatar Nov 08 '17 20:11 hsingh23

What is the "right" thing you think?

gfx avatar Nov 30 '17 06:11 gfx