ooade / pimg

:camera: Mini Image Lazy Loader for P(R)eact and Vue
https://pimg.surge.sh
MIT License
99 stars 11 forks source link

Add alt support. #30

Closed RobertJGabriel closed 6 years ago

RobertJGabriel commented 6 years ago

Would be super handy to have alt support for the images.

ooade commented 6 years ago

Alt and any other image props should work fine by default since we pass down every prop that's not a Pimg prop.

ooade commented 6 years ago

But if you still have issues, feel free to post them, and maybe add steps to reproduce. A CodeSandBox will be much more appreciated. Thanks :100: