Quote:
Originally Posted by Isaacj
Go to Styles and Templates --> Search in Templates --> Search for "video" and open the bbcode_video template.
Search for: <vb:elseif condition="$provider == 'youtube'" />
And replace the old YouTube code with:
Code:
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="640" height="390" src="http://www.youtube.com/embed/{vb:raw code}" frameborder="0" allowFullScreen></iframe>
--
Isaacj
|
This code fixed the problem

But what about vimeo?? any clue?