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

Eclipse 2017: One Nation Under The Sun

Moving video of the 2017’s Solar Eclipse experience.

Work Left Unfinished

At the very least.. take that first step. A THOUGHT FOR TODAY: Can anything be sadder than work left unfinished? Yes, work never begun. -Christina Rossetti, poet (5 Dec 1830-1894) Source: http://wordsmith.org/words/succulent.html

Mortal Engines Official Teaser Trailer

Christian Rivers, Peter Jackson, Fran Walsh, and Philippa Boyens bring Philip Reeve’s Novel to life!

Odd News April 2 2017 Edition

Man sues after asking for real butter, getting a substitute.. and wins case.

A Fictive Flight Above Real Mars

Anaglyph images of Mars was 3D-processed to create panning clips that look stunning!

Introducing Handle

Meet Handle, Boston Dynamics research robot that has wheels and legs.

Beyonce – Speed Painting by Steven Maguire

Artist: Steven Maguire Website: http://www.stevenmaguire.co.uk https://youtu.be/WSKruiv9Ul8

Switching from Retail License to Office 365 License

Switching from a retail license of Microsoft Office (perpetual) to an Office 365 license (subscription) isn’t hard IF you know what to do!

I See You

Setu is a yoga community dedicated to promoting and advocating inclusivity in yoga. The community is home to hundreds of teachers and leaders who promote diversity and body positivity. – Jacob Krupnick

Bitcoin to US Dollar Converter

One can always simply go to google and you'll have access to the standard currency converter except it's limited to Bitcoin. What about Litecoin or Peercoin to name a few? You can navigate to the websites that list their values but I like to keep things streamlined...