hzdg / react-imageloader

A React component for wrangling image loading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resize image

dhruvdutt opened this issue · comments

I need to resize an image. I tried applying styles to <ImageLoader /> but the height and width ends up being attached to the <span> tag which is the parent of <img> tag.