Home Forums WoodMart support forum Height Woodmart Slider / OwlCarousel

Height Woodmart Slider / OwlCarousel

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

    Marcel
    Participant

    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.
    #140856

    Bogdan Donovan
    Keymaster

    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

    #141663

    Marcel
    Participant

    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?

    #141693

    Bogdan Donovan
    Keymaster

    Hello,

    Unfortunately, there is no such keep aspect ration option in our slider.

    Kind Regards

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)