mrMetalWood
4/16/2015 - 11:01 AM

Keeping aspect ratio of container when resizing

.container {
  position: relative;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 65.62%;
}