Full article is here: https://developers.google.com/youtube/iframe_api_reference
YouTube Player API Reference for iframe Embeds
The IFrame player API lets you embed a YouTube video player on your website and control the player using JavaScript.
Embedded players must have a viewport that is at least 200px by 200px. If the player displays controls, it must be large enough to fully display the controls without shrinking the viewport below the minimum size. We recommend 16:9 players be at least 480 pixels wide and 270 pixels tall.
Requirements
The user’s browser must support the HTML5 postMessage
feature. Most modern browsers support postMessage
, though Internet Explorer 7 does not support it.
Full article: https://developers.google.com/youtube/youtube_player_demo
Leave a Comment
You must be logged in to post a comment.