Owl Carousel Auto Height Not Working
-
I’m working with an Owl carousel that has both video and images. It is set to auto height. The thumbnail image is adjusting the height as I scroll through the slider. But once I press the play button for the video, the video that appears is cut off, making the player controls not visible.
I’ve been banging my head against a wall on this one. Any help would be greatly appreciated. Thanks in advance!
Here are the settings for the owl carousel:
<script> $(document).ready(function(){ //Initialize Owl Carousel Javascript $(".owl-carousel").owlCarousel({ items: 1, loop: true, nav: true, center: true, navText: [ "<img src='<?php echo get_template_directory_uri(); ?>/assets/images/desrosiers-architects-image-slider-arrow.png' />", "<img src='<?php echo get_template_directory_uri(); ?>/assets/images/desrosiers-architects-image-slider-arrow.png' />" ], margin: 0, dots: false, autoplay: false, animateOut: 'fadeOut', video: true, responsive: true, autoHeight:true, }); }); </script>
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Owl Carousel Auto Height Not Working’ is closed to new replies.