Mediaelement YouTube Embed Player Integration Firstly Check This Things :- Insert MediaElements.js Html5 Video player HTML5 Audio Player Using Media Elements.js See Demo :- https://repl.it/@SH20RAJ/mediaelement#youtube-embed.html Steps To Integrate :- 1. Add src in <video/> Tag <video width="640" height="360"> <source src="https://www.youtube.com/watch?v=RroiPxzCYac" type="video/youtube"> </video> 2. Add Css CDN. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.6/mediaelementplayer.css"/> 3. Add JavaScript CDN. And it's done now. <script src="https://cdn.jsdelivr.net/gh/CDNSFree2/Mediaelements.js@main/mediaelements.js"></script> See Demo Here :- Tips :- You can also add a poster attribute to show a...
Our one and only aim is to reveal all the useful things on Internet in Front of People . #BeCreative