as there is no youtube full screen option in mybb.
plz any body say how to create youtube full screen option.
thank u mybb community for giving support.
how are you embedding youtube videos ? don't you have full screen button in the youtube video player (viewer's selection) ..
ACP >> Templates & Style >> Templates >> Ungrouped Templates
Replace the
video_youtube_embed template with this:
<iframe width="560" height="315" src="http://www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>
Mine looks like this:
<object type="application/x-shockwave-flash" class="video_embed" style="width: 650px; height: 500px;" data="http://www.youtube.com/v/{$id}"><param name="movie" value="http://www.youtube.com/v/{$id}" /></object>
Where can i allow fullscreen?
Thanks.