Okay
  Public Ticket #1014168
revolution slider responsive Animation Bug
Closed

Comments

  •  2
    Dominik started the conversation

    Hi,

    i need the Slider to appear with a fixed height on different resoutions.
    I tried with this:

    ul.tp-revslider-mainul, #rev_slider_1_1 {
        height: 900px !important;
        max-height: 900px !important;
        padding-top: 0;

    }

    and for each resolutions the wished heigt.
    Its working as expected, but the animation is broke, as you can see here:

    http://dev.shelter-com.de/cms/


    There is always a hard resize at the end. How can i fix that?

    Thanks in Advance,

    Dominik /websein

  •  521
    Igor replied

    Hi,

    did you try to set custom height in the slider configuration


    Regards,
    Igor

  •  2
    Dominik replied

    Hi and thank you for your quick response!

    I tried that before...The Problem is, i have a fixed heigt for each resolution Step (not a fixed widht..)

    I tried width these settings, its not working :(

  •  521
    Igor replied

    Hi,

    you would need to change the size of the background image using media queries based on the screen size in the similar way you did for the slider size

    Regards,
    Igor