I have used the below code to embed you tube videos, Iframe tag not loaded videos in mobile device.
<!DOCTYPE html>
<html>
<head><title></title>
</head>
<body>
<iframe width="853" height="480" src="http://www.youtube.com/v/RaQV6iQwC7Y?version=3&autohide=1&autoplay=0" frameborder="0" allowfullscreen="">
</iframe>
</body>
</html>
Please suggest me how to display youtube videos for IOS, android, tablet and desktop browsers.
Here’s the Youtube guide to embed Youtube videos on a page: https://developers.google.com/youtube/player_parameters
I typically use the YT API for embedding videos but to handle videos on iOS devices, I use the iFrame embed code, like below: