Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

youtube fullscreen

Skilled Illusionist
Joined
Apr 22, 2011
Messages
353
Reaction score
26
Hello, I came to provide this solution, not being able to use videos in full screen is uncomfortable

Code:
<vb:elseif condition="$provider == 'youtube' OR $provider == 'youtube_share'" />
<iframe width="640" height="360" src="https://www.youtube.com/embed/{vb:raw code}?wmode={vb:raw wmode}" frameborder="0" allowfullscreen></iframe>

I hope not to cause inconvenience and thanks for letting me be part of this excellent community

PD : had the same problem in my forum vbulletin 4.2.4, so solve it
 
Last edited:
Back
Top