Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Fix Bug 920100 - Add fullscreen attributes to embed iframe #16

Merged
merged 1 commit into from
Sep 24, 2013
Merged

Fix Bug 920100 - Add fullscreen attributes to embed iframe #16

merged 1 commit into from
Sep 24, 2013

Conversation

mjschranz
Copy link
Contributor

@@ -31,7 +31,7 @@
</div>
</div>
<div class="embed-container {{ "popcorn" if make.contentType == "application/x-popcorn" }}">
<iframe class="embed-iframe" src="{{vanityURL}}_"></iframe>
<iframe class="embed-iframe" src="{{vanityURL}}_" mozallowfullscreen="mozallowfullscreen" webkitallowfullscreen="webkitallowfullscreen" allowfullscreen="allowfullscreen"></iframe>
Copy link
Member

Choose a reason for hiding this comment

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

it's just a boolean attribute, allowfullscreen right?

Copy link
Member

Choose a reason for hiding this comment

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

And should care about the prefixed versions of these attributes? FF supports allowfullscreen as of FF9, so we're good for ESR versions, and Chrome supports it as of 17

@mjschranz mjschranz merged commit 4b89866 into mozilla:master Sep 24, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants