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

Width and Height to be input as percentage

Open 5-k opened this issue 3 years ago • 1 comments

Currently we need to input width height as numbers, based on different screens they dont fit and overstrech. Wrapping the image slider in bootsrap color range should fix this but since number is still rerquired to provide in height and width, it does not work. I need to be able to put in like width={100%} height={100%}

5-k avatar Jan 03 '22 06:01 5-k

Try width={'100%'} and height={'100%'} Worked for me fine

Adee1499 avatar Apr 01 '22 13:04 Adee1499