From 59b9d875b94c14e802372f9b7ac20068307f900a Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Tue, 1 Feb 2022 13:02:39 +0530 Subject: [PATCH] Resolve jQZoom issue on room type detail page --- config/xml/themes/default.xml | 2 +- install/data/xml/image_type.xml | 2 +- themes/hotel-reservation-theme/css/product.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/xml/themes/default.xml b/config/xml/themes/default.xml index a72de31a4..bf1fdf304 100644 --- a/config/xml/themes/default.xml +++ b/config/xml/themes/default.xml @@ -223,7 +223,7 @@ - + diff --git a/install/data/xml/image_type.xml b/install/data/xml/image_type.xml index 8698aef83..532136538 100644 --- a/install/data/xml/image_type.xml +++ b/install/data/xml/image_type.xml @@ -16,7 +16,7 @@ - + diff --git a/themes/hotel-reservation-theme/css/product.css b/themes/hotel-reservation-theme/css/product.css index 2657f3900..2216818b5 100644 --- a/themes/hotel-reservation-theme/css/product.css +++ b/themes/hotel-reservation-theme/css/product.css @@ -27,8 +27,8 @@ .primary_block .pb-left-column img { max-width: 100%; + height: auto; } - height: 100%; } a.fancybox-nav { outline: 0; }