Skip to content

Instantly share code, notes, and snippets.

View aishan-shrestha's full-sized avatar

ISN aishan-shrestha

View GitHub Profile
@aishan-shrestha
aishan-shrestha / Youtube videos no bar
Last active March 12, 2018 10:55 — forked from anonymous/fiddle.css
Youtube full width no black bar (source: https://jsfiddle.net/Aishan/e7s8602k/)
div.video-wrapper {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
height: auto;
width: auto;
overflow: hidden;
}
div.video-wrapper iframe {