0

I have an Owl Carousel able to mix video and images...

Something like this: http://codepen.io/anon/pen/WwoJPB?editors=1010

$('.owl-carousel').owlCarousel({
  video: true,
  videoWidth: 100,
  videoHeight: 100,  

I would like, however, that the video height be adjusted to the height of all the carousel (100% of height, not a specific height), to be aligned with other carousel items.

I tried to let default values (false) to video height and width, and the result is the following: enter image description here

Is that possible to fully align simple and video items?

serge
  • 13,940
  • 35
  • 121
  • 205

0 Answers0