From f73b56b5d2083266dddfe71bc0c7731d66a68c09 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 29 Mar 2016 12:31:08 -0400 Subject: [PATCH] Image resize prevention --- css/app.css | 2 ++ scss/plugins/_woocommerce.scss | 3 +++ 2 files changed, 5 insertions(+) diff --git a/css/app.css b/css/app.css index 47b42f7..bbf7078 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index bdd8879..8a2d914 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -762,6 +762,9 @@ border: 1px solid lightgrey; border-radius: 2px; } + #wpb_wiz_img_id { + height: 180px; + } } .summary.entry-summary { width: 60%; -- 2.17.1