Hi, I have the Easy Slider on the homepage:
http://www.crescendoproject.info
Depending on the size of the image the slider changes hight, is thee any way of fixing the hight regardless the size of the image?
Hi jdelgadoesteban!
Please add this code to Quick CSS
/* Fixed height slider*/
.avia-slide-wrap {
max-height:300px;
min-height:300px;
height:300px;
}
.avia-slide-wrap img {
height:300px;
background-size:cover;
}
Regards,
Vinay Kashyap
Vinnie, thanks for that, it did the trick.
Cheers