Hi, thanks for the great module.
Last week I've spoke that YouTube fullscreen button stop showing on embeded videos. Other services working normally. What happens? I think YT changed some code or something, but how can i fix that?

CommentFileSizeAuthor
#1 zrzut_ekranu-3.png335.34 KBdrupik

Comments

drupik’s picture

StatusFileSize
new335.34 KB
prston’s picture

After some testing, this issue is only present on the flash version of the player.
On the HTML5 version of the Youtube player everything is working great. So if you configure the module to use HTML5 if available, your problem will be fixed for visitors having HTML5-able browsers.
Hope this helps.

7wonders’s picture

Status: Active » Needs review

and if you change line 189 of video_filters.codecs.inc to the following you will get FS in flash too:

$video['source'] = 'http://www.youtube.com/v/' . $video['codec']['matches'][1] . '?' . implode('&', $attributes) . '&fs=1';

blackdog’s picture

Fixed in 6.x & 7.x. Thanks!

blackdog’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.