]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added Height Fix For Object and Embed Tags 763/head
authorJaymie Jones <jaymiejones86@gmail.com>
Tue, 7 Aug 2012 07:55:01 +0000 (17:55 +1000)
committerJaymie Jones <jaymiejones86@gmail.com>
Tue, 7 Aug 2012 07:55:01 +0000 (17:55 +1000)
stylesheets/foundation/components/_grid.scss

index e76a98e65cec7a8d875992f6bb475db411546725..882c9ba353cde9ad4f202f9321170d9c276adb5d 100644 (file)
@@ -44,6 +44,7 @@
   }
 
   img, object, embed { max-width: 100%; height: auto; }
+  object, embed { height: 100%; }
   img { -ms-interpolation-mode: bicubic; }
   #map_canvas img, .map_canvas img {max-width: none!important;}