hzdg / react-imageloader

A React component for wrangling image loading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`alt` for image

kbytin opened this issue · comments

Hi,

have you thought about adding alt for the image?

I can make PR, but it seems to be super easy.

just add:
imgProps={{alt: "alt-tag"}}