Height Woodmart Slider / OwlCarousel
-
Hello,
is there a way to disable the height of the slider settings? I don’t want that the height is given to the code of the theme.
I tried to set autoHeight of the owlCarousel to ‘false’, which removed the inline css of the class ‘owl-stage-outer’ but it didn’t really help.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much for purchasing our theme and contacting our support center.
You can add the following custom CSS code to Custom CSS area in Theme settings to disable default slider option height.
.woodmart-slider-wrapper .owl-stage-outer {
height: auto !important;
}
.woodmart-slider-wrapper .woodmart-slide {
min-height: auto !important;
}
Kind Regards
XTemos Studio
Thanks for your quick answer, but that’s not what I am really looking for.
The Revolution Slider has the possibility to keep the aspect ratio of the slider images.
Because of the fixed height in the woodmart slider, the height is on every screen size the same, only the width is changing and adaptive. Is there a way to keep the aspect ratio of the images of the woodmart slider (owlCarousel) when I use the featured image (=background image in css-code) for the slider images?
Hello,
Unfortunately, there is no such keep aspect ration option in our slider.
Kind Regards