react-simple-image-slider
react-simple-image-slider copied to clipboard
how to make it responsive !!
in height and width, set a veriable and put its values in vh. eg- : let width = '70vw'; let height = '80vh' return( <SimpleImageSlider width={width} height={height} images={IMAGE} autoPlay={true} showBullets={true} showNavs={true} /> )