allowfullscreen
an HTML attribute for the iframe tag

Anecdotes

allowfullscreen is also used as an HTML parameter in Flash videos. The default value is false; therefore developers must add the following code to their list of parameters to enable fullscreen:

<param name="allowfullscreen" value="true">