Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Add wmode param to YoutubeViewHelper #773

Merged
merged 1 commit into from
Feb 25, 2015

Conversation

htuscher
Copy link
Contributor

In IE10, IE11 the youtube player ignores its z-index.
You need to set this parameter to make the player behave like it’s
expected.

See
http://stackoverflow.com/questions/4050999/youtube-iframe-wmode-issue
for further details.

In IE10, IE11 the youtube player ignores its z-index.
You need to set this parameter to make the player behave like it’s
expected.

See
http://stackoverflow.com/questions/4050999/youtube-iframe-wmode-issue
for further details.
xf- added a commit that referenced this pull request Feb 25, 2015
[TASK] Add wmode param to YoutubeViewHelper
@xf- xf- merged commit 058514d into FluidTYPO3:development Feb 25, 2015
@@ -60,6 +60,7 @@ public function initializeArguments() {
$this->registerArgument('end', 'integer', 'Stop playing after seconds.', FALSE);
$this->registerArgument('lightTheme', 'boolean', 'Use the YouTube player\'s light theme.', FALSE, FALSE);
$this->registerArgument('videoQuality', 'string', 'Set the YouTube player\'s video quality (hd1080,hd720,highres,large,medium,small).', FALSE);
$this->registerArgument('wmode', 'string', 'Set the Window-Mode of the YouTube player (transparent,opaque). This is necessary for z-index handling in IE10/11.', FALSE);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should have been named windowMode. Not a single one of the other parameters use a contracted naming so this attribute shouldn't either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants