From: Jaymie Jones Date: Tue, 7 Aug 2012 07:55:01 +0000 (+1000) Subject: Added Height Fix For Object and Embed Tags X-Git-Tag: v3.0.8.rc1~46^2~1^2~2^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F763%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added Height Fix For Object and Embed Tags --- diff --git a/stylesheets/foundation/components/_grid.scss b/stylesheets/foundation/components/_grid.scss index e76a98e65..882c9ba35 100644 --- a/stylesheets/foundation/components/_grid.scss +++ b/stylesheets/foundation/components/_grid.scss @@ -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;}