Tagged: advanced slider, max height
Is there CSS available (similar to that for other object like iframes and embeds) that allows me to limit the height of an advanced slider. When I am maximize a window and the slider tried to go full screen horizontal it also increases its height so that instead of being say 18% of the window height its 50 of 80% of it. I’ve solved similar problems with iframes for example by limiting to a max-height = any easy css option here?
Hi mocablue ;
I think you can achieve that action with “Media Queries”
@media only screen and (min-width: 1310px) {
.layer_slider_1 { max-height: 443px;}
}
* use the rigth “name” of the slider
* adjust the sizes as you like
Great – thanks so much for your help…
So you guys know…when I see issues with that you have helped me with or i can help with I will respond to other posts too – your help is greatly appreciated. I did have a few other little minor technical questions that have gone unanswered for a few days – would be great to get my hands around them and then I am almost complete with my project – again thanks Yigit
and @begrafixs – thanks