FormidableLabs / react-progressive-image

React component for progressive image loading
735 stars 61 forks source link

Feature/support srcset #24

Closed brybrophy closed 6 years ago

brybrophy commented 6 years ago

@boygirl @ryan-roemer This PR adds support for srcsets, and satisfies #21 .

I added support in the component, added a srcset to the demo, and added two more test cases.

I also revamped the styles in the demo, using the landing image from the formidable website.

boygirl commented 6 years ago

@brybrophy Thanks! I tested locally, and this looks good to me. New demo page is 💯

brybrophy commented 6 years ago

Great! Thank you.