Reply To: Responsive video

Homepage Community Forums Epik Theme Support Responsive video Reply To: Responsive video

#4681
Wes
Moderator

    You can add that class to a div (for example) and then add the embed code inside of it.

    Example –

    <div class="video-container">
    <iframe width="560" height="315" src="http://www.youtube.com/embed/lqBhgEQ4LT0?rel=0" frameborder="0" allowfullscreen=""></iframe>
    </div>