Owlcarousel2: Problem with Video Slider

Created on 20 Aug 2015  路  12Comments  路  Source: OwlCarousel2/OwlCarousel2

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:
nohayvideo
Can anyone help me?
I don't understand the merge option :'(

Most helpful comment

Still exiting in 2.1.0

All 12 comments

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; }

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SoufianeAbid picture SoufianeAbid  路  3Comments

edelworksgithub picture edelworksgithub  路  4Comments

hopea114y picture hopea114y  路  3Comments

Laraveldeep picture Laraveldeep  路  3Comments

hemanthsp picture hemanthsp  路  3Comments