ranchodeluxemedia
3/24/2014 - 2:59 AM

16x9 Image Mixin

16x9 Image Mixin

@mixin imagesize($width) {
  $height : ( $width / 16 ) * 9 + px;
	height: $height;
	width: $width + px;
}