Closed (duplicate)
Project:
Video Filter
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Jul 2014 at 08:19 UTC
Updated:
6 Mar 2016 at 11:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
silkogelman commentedFor this to work according to YouTube docs the final embed url should get
&fs=1appended to it.source: https://developers.google.com/youtube/player_parameters#controls
Comment #2
silkogelman commentedIt seems to be enabled and working for the Flash version,
default HTML5 version doesn't get
&fs=1appended and doesn't show the button.HTML5 should work when
&fs=1is appended to the embed code url according to the Youtube docs.Temporary workaround: use the Flash version.
Enable by editing the video_filter settings in the text format settings.
Comment #3
silkogelman commentedEven if I patch the module and make it add the
&fs=1to the embed url, it doesn't seem to display the button.However if I then copy paste the same url to a new browser tab, it does display the button.
May have to do with the iframe. not sure.
Comment #4
jox commentedI fixed it for HTML5 by adding
allowfullscreen="1"to the iframe. No other change was needed. The cache has to be flushed afterwards to take effect.Attaching a patch.
Comment #5
grn commentedGreat jox! It works like a charm.
Changing status.
BR. GrN.dk
Comment #6
damienmckennaThis should be added to the next release.
Comment #7
damienmckennaComment #8
blackdog commentedComment #9
shaundychkoRerolled #4 against the latest 7.x-3.x of video_filter. #4 no longer applies since the iframe was wrapped in a div.video-filter.
Comment #10
minnur commentedThis has been fixed in D8 version. If I have time I can add this D7 version.
Comment #11
damienmckennaThis was resolved via #2577779: Show fullscreen button disabled in iframe for Youtube videos .