Zoom01 Image size

22.05.2013 16:06
#1
neralina
Joomshopping forum user no avatar
Name: Conni
09.05.2011
Posts: 3
Quote
Zoom01 Image size

Hello,
I have a problem with the size of the image inside the zoom wrapper (see attached pic). There is a lot of space around the actual image and it seems to have only the size of the zoom window (420px) whereas the original file is 800px wide. Where can I adjust this?
Thanks!
Zoom01 Image size


Joomla: 3.1.1
JoomShopping: 4.2.0
PHP: 5.4.9
MySQL: 5.5.28
 
22.05.2013 20:22
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Zoom01 Image size

Url?

 
23.05.2013 10:34
#3
neralina
Joomshopping forum user no avatar
Name: Conni
09.05.2011
Posts: 3
Quote
Aw: Zoom01 Image size

Here's the link to the test version - I hope you'll see the problem I'm talking about:
http://www.delsastre.de/chang2/index.php/component/jshopping/product/view/5/6?Itemid=0

 
23.05.2013 12:03
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Zoom01 Image size

Problem in CSS

.zoomWrapperImage img {
border: 0 none;
display: block;
height: auto !important;
position: absolute;
width: auto !important;
z-index: 101;
}

img, embed, object, video, .scale {
-moz-box-sizing: border-box;
border: 0 none;
height: auto;
max-width: 100%;
vertical-align: middle;
}

delete width, height

 
23.05.2013 15:59
#5
neralina
Joomshopping forum user no avatar
Name: Conni
09.05.2011
Posts: 3
Quote
Aw: Zoom01 Image size

That's it, thanks!!

 
03.06.2013 08:26
#6
vasilka
Joomshopping forum user no avatar
Name: evgeny
25.04.2013
Posts: 1
Quote
Aw: Zoom01 Image size

I have installed zoom. But image display not correct.

In css not have this block:

img, embed, object, video, .scale {
-moz-box-sizing: border-box;
border: 0 none;
height: auto;
max-width: 100%;
vertical-align: middle;
}

Add it?
In jqzoom.css?


Joomla: 3.1.1
JoomShopping: 4.2.2
PHP: 5.3.3
MySQL: 5.1.68-rel14.6-log
Website Url: mirellasole.com

Last change: 03.06.2013 08:30
 
03.06.2013 09:41
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Zoom01 Image size

No.

Problem in CSS

section img {
height: auto !important;
max-width: 100% !important;
}

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.