Skip to content

Instantly share code, notes, and snippets.

@marioloncarek
Created April 22, 2019 17:34
Show Gist options
  • Select an option

  • Save marioloncarek/fb7d469c249dc8b4f5f2f4b08ef49335 to your computer and use it in GitHub Desktop.

Select an option

Save marioloncarek/fb7d469c249dc8b4f5f2f4b08ef49335 to your computer and use it in GitHub Desktop.
media-wrapper.css
.media-wrapper {
position: relative;
width: 100%;
height: 0;
padding-bottom: percentage(589/1047);
overflow: hidden;
margin: 0;
img, video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment