adding youtube in <video> tag in the Organization Description

2028
0
12-08-2015 08:40 AM
NathanEnge
Esri Contributor

Following the HTML5 W3 code to add video tag, I'm trying to embed a youtube video.

This is the code:

<video controls="" height="240" width="320">   <source src="https://www.youtube.com/embed/dNFrZNjs2ng" type="video/webm"></source>  Your browser does not support the video tag. </video> <div>

However, only the player shows up, and the video does not. Am I missing something?

0 Kudos
0 Replies