please help to reduce the height of the slider, if at all possible
Now slide the page height 395px, 200px and need
I tried it in Photoshop to resize the source images, but the height of the slide on the page did not change
please help to reduce the height of the slider, if at all possible
Now slide the page height 395px, 200px and need
I tried it in Photoshop to resize the source images, but the height of the slide on the page did not change
3
Answers
Add a width to
.main-radius7
. Cant really add a demo because you didnt provide code but thats all you have to do.Same thing goes for
height
.So you will have something like:
I just see your page where you have applied
height: auto;
in.rslides img
which will not work. You need to define yourself likeheight: 200px;
Or, perhaps you might want to get responsive, so use
max-width: 100%;
use
.height()