Image resize prevention
authorLaury GvR <laury@gaslightmedia.com>
Tue, 29 Mar 2016 16:31:08 +0000 (12:31 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 29 Mar 2016 16:31:08 +0000 (12:31 -0400)
css/app.css
scss/plugins/_woocommerce.scss

index 47b42f7..bbf7078 100644 (file)
@@ -7065,6 +7065,8 @@ main {
     .woocommerce .main.woo-single-product #content .type-product .images img {
       border: 1px solid lightgrey;
       border-radius: 2px; }
+    .woocommerce .main.woo-single-product #content .type-product .images #wpb_wiz_img_id {
+      height: 180px; }
   .woocommerce .main.woo-single-product #content .type-product .summary.entry-summary {
     width: 60%; }
   .woocommerce .main.woo-single-product #content .thumbnails > a {
index bdd8879..8a2d914 100644 (file)
                     border: 1px solid lightgrey;
                     border-radius: 2px;
                 }
+                #wpb_wiz_img_id {
+                    height: 180px;
+                }
             }
             .summary.entry-summary {
                 width: 60%;