PolymerElements / iron-component-page

A reusable landing page for elements
36 stars 32 forks source link

add the `allowfullscreen` attribute to the iframe #92

Closed L-u-k-e closed 8 years ago

L-u-k-e commented 8 years ago

Currently, elements that utilize the Fullscreen API will not work in demo pages, because the <iframe> containing the element does not have the allowfullscreen attribute.

This commit adds the attribute when the element is created. Going forward, elements that want to go full screen will work in demo pages.