Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #438324

    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?

    http://mcm-ct.com/

    #438362

    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

    #438590

    Hi!

    Please refer to @begrafiks post above

    @begrafiks
    thanks :)

    Best regards,
    Yigit

    #438656

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Limiting the max height of an advanced slider’ is closed to new replies.