107
Btw. Here is a trick how to embed YouTube videos to make them fit in all devices. Very useful if you use responsive themes:
First add a class in css:
le="color: #000000"><?php .video-container { position: relative; padding-bottom: 56.25%; padding-top: 35px; height: 0; overflow: hidden; } .video-container iframe { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
Then add a div to the iframe for videos:
le="color: #000000"><?php <div class="video-container"> Embed code </div>
That will resize iframe embed code to fit the window