Embed HTML5 YouTube video without iframe? Embed HTML5 YouTube video without iframe? javascript javascript

Embed HTML5 YouTube video without iframe?


Here is a example of embedding without an iFrame:

<div style="width: 560px; height: 315px; float: none; clear: both; margin: 2px auto;">  <embed    src="https://www.youtube.com/embed/J---aiyznGQ?autohide=1&autoplay=1"    wmode="transparent"    type="video/mp4"    width="100%" height="100%"    allow="autoplay; encrypted-media; picture-in-picture"    allowfullscreen    title="Keyboard Cat"  ></div>