Fluid Width Video For YouTube

by | Nov 14, 2016 | Web Development | 0 comments

My problem… getting an embedded YouTube video to automatically resize according to container sizes.

This is how you would post the embeded video:

<div class="videoWrapper">
    <!-- Copy & Pasted from YouTube -->
    <iframe width="560" height="349" src="http://www.youtube.com/embed/n_dZNLr2cME?rel=0&hd=1" frameborder="0" allowfullscreen></iframe>
</div>

Then add the following custom CSS:

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

Source with more info on other video sources: https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php

Falcon Heavy Test Flight

SpaceX pushes the boundaries with the most powerful operational rocket in the world by a factor of two!

A Piece of Greece in the Philippines

I've never been here but was totally surprised after looking at the pictures and article posted at vieneslovelife.com, that this little gem is loceted in Anilao, Batangas. The place is called Camp Netanya and takes you away without having to go away for those that...

The Man You Are

Self reflection brings you back to source.

Conviction – An Anthem Story From Neill Blomkamp

A live-action story of survival set in the world of Anthem.

Volume 1 – Firebase

Set in the Vietnam War, Neill Blomkamp’s Firebase is nothing less of frightening.

Johnny Depp Speed Drawing by Igor Kazarin

Igor Kazarin speed draws Johnny Depp.

Ronald McDonald Speed Painting By Eclectic Asylum Art

https://youtu.be/1gvGDsIYrrQ

Scarlett Johansson – Speed Painting by Nico Di Mattia

Speed Painting of Scarlett Johansson by Nico Di Mattia.

How to Make Bootable USB from ISO in Mac

There are ways of doing this using Terminal but I tend to stay away because it's outside my comfort zone. However if you are a Terminal pro, then I refer you to the video below titled "How to Make Bootable USB from ISO/IMG file in | Mac OS | Linux | Windows | 2016"....

Eclipse 2017: One Nation Under The Sun

Moving video of the 2017’s Solar Eclipse experience.