PDA

View Full Version : Youtube HTML5 embed missing fullscreen button


slaytg
05-07-2015, 06:34 PM
Hi, i've noticed recently, that youtube switched to HTML5 , that's all well and good, but that change had removed the fullscreen button from the embeded videos.

I managed to restore that function by editing the bbcode video template by adding the allowfullscreen option. That solved the problem for the embeds in the forum posts, but on the CMS side, neither the article preview, or the article has the fullscreen button.

Does anyone know how to enable the button on the CMS as well?

kh99
05-07-2015, 08:13 PM
The CMS does use the bbcode_video template. Try using Maintenance > Clear System Cache, I think that might do it.

slaytg
05-07-2015, 08:23 PM
Thanks, that did solve the problem in the article view, it doesn't in the article preview though. FYI i use the following CSS code in order to resize the preview
.showpreviewonly iframe {width:350px !important; height:198px; border:0px; outline:0px;}