Skip to content

Instantly share code, notes, and snippets.

@ato-s
Created March 20, 2019 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ato-s/2d8eff78ff40121afc222b58bf2ffe72 to your computer and use it in GitHub Desktop.
Save ato-s/2d8eff78ff40121afc222b58bf2ffe72 to your computer and use it in GitHub Desktop.
movie responsive
<div class="thumb"> <iframe id="player" type="text/html" src="https://www.youtube.com/embed/cNTVl_lQONc?rel=0" frameborder="0"></iframe> </div>
.thumb{
position: relative;
iframe{
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
left: 0;
top: 0;
}
&:before{
content: "";
display: block;
padding-top: 56.25%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment