Image zoom not using original image?

Phoca Cart - complex e-commerce extension
TechMistress
Phoca Enthusiast
Phoca Enthusiast
Posts: 54
Joined: 27 May 2015, 21:24

Image zoom not using original image?

Post by TechMistress »

Hello All!

On a product detail page, when I hover over an image, it is merely enlarging the existing image, rather than using the original large-sized image. It seems the code is calling on the -l- thumbnail for display and for the zoom and when clicked on.

How do I get the zoom and click to use the original (large sized) image for zooming?

This is what the generated code looks like:

Code: Select all

<a href="/images/phocacartproducts/floral/thumbs/phoca_thumb_l_FLWR001.jpg" class=" phjProductHrefVItemP1 phImageFullHref phImageGalleryHref" data-href="/images/phocacartproducts/floral/thumbs/phoca_thumb_l_FLWR001.jpg">
<img src="/images/phocacartproducts/floral/thumbs/phoca_thumb_l_FLWR001.jpg" alt="Floral 001" class="img-responsive img-thumbnail ph-image-full phImageFull phImageGallery phjProductImageVItemP1" data-image="/images/phocacartproducts/floral/thumbs/phoca_thumb_l_FLWR001.jpg" data-image-large="/images/phocacartproducts/floral/thumbs/phoca_thumb_l_FLWR001.jpg">
</a>
Thank you.

Using version 3.5.0 on Joomla 3.9.18, Duka Template
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Image zoom not using original image?

Post by Jan »

Hi, do you use the zoom image plugin?

You can set in parameters that original image will be used:

Image

BTW it is not recommended to use original images - in this plugin or on other places. This is the task of thumbnails which prevents from many conflicts original images have (too large files, not the same width and height, ...).

If you need to have the same quality for large thumbnail like original image has, just set the same size for large thumbnails like original image.

Jan
If you find Phoca extensions useful, please support the project
Post Reply