Home › Forums › CSS › Slider Plug-in Slight Modification Help › Re: Slider Plug-in Slight Modification Help
June 26, 2013 at 12:28 am
#140464
Member
i looked at it and this seems to fix it, you have to apply min-height to both container as well as control.
.slidesjs-container {
min-height: 720px;
}
.slidesjs-control {
min-height: 720px;
}