Video embedding problem

I’m using a Wordpress theme on http://www.motowndru.com/ and whenever I embed a video on the homepage it keeps getting chopped off. Does anyone know what is causing this? Thanks :smile:

Is it because you have the video in a 50% width wrapper?

<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> etc..

col-lg-6 is 50% wide.

Shouldn’t it be this instead:

<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> etc..

Thanks Paul, legend as always!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.