Skip to content

Instantly share code, notes, and snippets.

View aishan-shrestha's full-sized avatar

ISN aishan-shrestha

View GitHub Profile
anonymous
anonymous / fiddle.css
Created March 12, 2018 10:50
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 {