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

Bay Area Local Leaves For the Open Road

Travel the open roads and explore the United States with Michael Merto!

Windows Is Unable To Install To The Selected Location

What to do, what to do…

Space Bar Won’t Open Photos In Mojave

One less use for the Space Bar…

Will Ferrell USC Commencement Speech 2017

I will never get tired of Will Ferrell.

Classify A Star

There is this neat program which is partially supported with funding from the National Science Foundation called SCOPE. The Stellar Classification Online Public Exploration program. Here they give people the chance to classify stars! This is an awesome way to keep...

“CPU Over Temperature” error message

What to do when your computer boots up momentarily and up comes an error message stating that there is a “CPU Over Temperature Error”.

Garbage – No Gods No Masters (Official Music Video)

Garbage nails it again - always! The instrumentals on this particular track remind me of the 90s with a dash of 80s vibe thrown in, and I love it. Shirley delivers in all of her lyrical glory. Here’s the official video of the title track from Garbage’s forthcoming...

Spider-Man Speed Painting by Nico Di Mattia

Speed Painting of Spider-Man by Nico Di Mattia.

SpaceX NROL-76 Launch

Watch the latest SpaceX Launch.

Maximizing Battery Life On Your MacBook

Extending your battery life for long periods of time can be challenging, here’s what we do and hopefully it helps you!