react-simple-image-slider icon indicating copy to clipboard operation
react-simple-image-slider copied to clipboard

how to make it responsive !!

Open rushirrj opened this issue 3 years ago • 1 comments

rushirrj avatar Mar 01 '22 19:03 rushirrj

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} /> )

daljeeet avatar Apr 05 '22 12:04 daljeeet