Reputation: 53
Please advise on how to make Youtube video embedded inside iframe accessible
Upvotes: 1
Views: 426
Reputation:
Find your video on YouTube and go to Share>Embed copy the code.
You code should look like this:
<iframe src="https://www.youtube.com/embed/your-video-code"></iframe>
Upvotes: 0