Images dimensions

Latest Reply from Dave at 2014-03-25 04:10:29
Hi!
I would like to know where it is possible to set slider's images' width and height attributes. I need to set them to increase page's loading time.
Thank you
Hi!
To change slider size you have to edit the lines:
.slider {
position:relative;
width: 947px;
margin:0 auto;
padding:1px;
background:#565656;
border:none;
}
.fp-prev-next-wrap {
margin:-1px;
}
.fp-prev,.fp-next {
margin:0 5px;
margin-top:-18px;
}
.fp-slides,.fp-thumbnail,.fp-slides-items {
height:402px;
width:998px;
}

in the file style.css. Just customize the highlighted code.
If you change the height you also have to change the code:
.fp-nav {
bottom:25px;
right:30px;
left:auto;
}


Leave a reply

Add codeAdd image