react-image-parallax2
v0.1.6
Published
[Demo](http://chuson1996.github.io/react-image-parallax2)
Downloads
14
Readme
react-image-parallax2
Props:
reduceHeight: float ( > 0 and < 1 )
src: string (Image src)
- Note: You can pass other props like passing to a normal
<img/>
component.
Example:
<ImageParallax
reduceHeight={1/3}
src={'http://lorempixel.com/700/600/animals/'}/>