Comments 2Dominik started the conversationJanuary 9, 2017 at 3:18pmHi,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 751Igor repliedJanuary 9, 2017 at 3:22pmHi,did you try to set custom height in the slider configurationRegards,Igor 2Dominik repliedJanuary 9, 2017 at 3:37pmHi 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 :( 751Igor repliedJanuary 9, 2017 at 4:47pmHi,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 sizeRegards,Igor Sign in to reply ...
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
Hi,
did you try to set custom height in the slider configuration
Regards,
Igor
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 :(
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