I reverted template and now its not working, default code as mentioned above is not same so.... for me is not working now and I am not sure how to fix that
using following code which removes option for full screen:
Code:
<vb:elseif condition="$provider == 'youtube'" />
<iframe class="restrain" title="YouTube video player" width="512" height="308" src="//www.youtube.com/embed/{vb:raw code}?wmode={vb:raw wmode} &fs=0&iv_load_policy=3" frameborder="0"></iframe>
<vb:elseif condition="$provider == 'youtube_share'" />
<iframe class="restrain" title="YouTube video player" width="512" height="308" src="//www.youtube.com/embed/{vb:raw code}?wmode={vb:raw wmode} &fs=0&iv_load_policy=3" frameborder="0"></iframe>
note part in red, added to remove annotations + full screen option...
wondering why default code is not working well with full screen ?