Jump to content

have problem with product maximize


Recommended Posts

okay but what problem you've got?

my product image can't maximise ...the image never pop out loading at all. i bought the theme from JMS it works at first...BUT when i thinking doing a test run two days ago..it didnt work. msg developer never reply...i start to hate prestashop...never ending problem. 

Link to comment
Share on other sites

which file i should go to check what wrong with the product enlargement ?  I open my product.js file but not sure whats when wrong.  :( 

 

//set jqZoom parameters if needed

if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled)
{
$('.jqzoom').jqzoom({
zoomType: 'innerzoom', //innerzoom/standard/reverse/drag
zoomWidth: 458, //zooming div default width(default width value is 200)
zoomHeight: 458, //zooming div default width(default height value is 200)
xOffset: 21, //zooming div default offset(default offset value is 10)
yOffset: 0,
title: false
});
}
Edited by owlwe (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...