Hi guys, i was trying do a mixed video and image slider, i did step by step, and finally, the slider didn't work.
I have this:

Can anyone help me?
I don't understand the merge option :'(
Same problem for me, I embed a video with
<div class="item-video" >
<a class="owl-video" href="http://vimeo.com/23924346"></a>
</div>
But all I see is the playicon sitting somewhere in the top, like @SalahAdDin shows.
Where could be the problem?
It seems to be a CSS problem - when I write
.owl-carousel .owl-video-tn {
min-height: 685px;
}
the video shows up. But I would like to be this responsive and auto...
But, it's suppouse that we should see the video thumbnail back to the play video image.
Can you see it?
Yes, the video posterframe is there, so I can see the image with the play icon on top.
Please, can you do a pull request?
I'm not so experienced with github - what is the purpose of doing a pull request?
yor fix, but, i'll test your fix and do a PR in your name :D, if you want.
The problem is with mix gallery height:100%; does not work until you set a fix height.. has someone found a fix yet ?..
I hadn't work with it, have you the same problem? Try do it for fix?
Related to #936
Still exiting in 2.1.0
We can over come with CSS.
.item-video {
height: 450px;
width: auto;
margin: 0 auto;
}
Most helpful comment
Still exiting in 2.1.0