Horje

How to Add HTML <iframe> allowfullscreen attribute

iframe, short for "inline frame", is the most common way that the allowfullscreen attribute is used. Thanks mostly to video sites like YouTube and Vimeo, videos embedded by third-party websites using an iframe can use the allowfullscreen attribute to enable a "fullscreen" button within the iframe.

Here is sample code for a YouTube video embedded using an iframe along with the allowfullscreen attribute:

index.html
Example: HTML
<iframe width="560" height="315" src="//www.youtube.com/embed/jofNR_WkoCE" allowfullscreen></iframe>

Output should be:

How to Add HTML <iframe> allowfullscreen attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin