Product Image Size

22.07.2015 14:19
#1
wladimir.streck
Joomshopping forum user no avatar
Name: Wladimir Streck
25.02.2013
Posts: 19
Quote
Product Image Size

Hi,

I have a problem with the Product Image Size. It is uploaded the right size (660*xxx px) and in frontend on product page it is scaled to 252*xxx px. I can't find in source where it happens. Just somewhere in here:

<?php foreach($this->images as $k=>$image){?>
<a class="lightbox" id="main_image_full_<?php print $image->image_id?>" href="<?php print $this->image_product_path?>/<?php print $image->image_full;?>"
<?php if ($k!=0){?>style="display:none"<?php }?> title="<?php print htmlspecialchars($image->_title)?>">
<img id="main_class="lightbox"image_<?php print $image->image_id?>"
src="<?php print $this->image_product_path?>/<?php print $image->image_name;?>"
alt="<?php print htmlspecialchars($image->_title)?>"
title="<?php print htmlspecialchars($image->_title)?>"
/>
<div class="text_zoom">
<img src="<?php print $this->path_to_image?>search.png" alt="zoom" />
<?php print _JSHOP_ZOOM_IMAGE?>
</div>
</a>
<?php }?>


So how is it possible to make the product image size bigger?
Example: https://www.roellke-orchideen.de/index.php/online-shop/masdevallia/bellavallia/product/view/23/388


Last change: 22.07.2015 14:23
 
22.07.2015 21:38
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Product Image Size

joomshopping / configuration / images

after changes

upload new images

 
23.07.2015 12:55
#3
wladimir.streck
Joomshopping forum user no avatar
Name: Wladimir Streck
25.02.2013
Posts: 19
Quote
Aw: Product Image Size

Same problem, even with the Image resizer. The image is uploaded as 660px × 495px graphic. On the homepage the size is still 660px × 495px but scaled (not resized) to 253px × 190px.

 
24.07.2015 14:00
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Product Image Size

Problem in your template / CSS.


<div class="span4 image_middle">

 
03.08.2015 19:14
#5
wladimir.streck
Joomshopping forum user no avatar
Name: Wladimir Streck
25.02.2013
Posts: 19
Quote
Aw: Product Image Size

The problem is fixed. But it is not part of my template. It looks the same in the original joomshopping template :)
anyway, thanks a lot.

 


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.