You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made it responsive by making a div which has position relative and and i gave the SimpleImageSlider an absolute position => style={{position: 'absolute', top: '0', right: '0'}}. The width and the height are 100%. Make a const ImageSliderStyle = { width: '100%', height: '100%'} and use these keys in your SimpleImageSlider like this: width={ImageSliderStyle.width} and height={ImageSliderStyle.height}.
how can i responsive?
The text was updated successfully, but these errors were encountered: