react-simple-image-slider
react-simple-image-slider copied to clipboard
Width and Height to be input as percentage
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%}
Try width={'100%'} and height={'100%'}
Worked for me fine