From 4e8c5a24dfa286614ed484756d19506ef0508f6e Mon Sep 17 00:00:00 2001 From: Gregory Roussac Date: Thu, 2 May 2013 22:19:28 +0200 Subject: [PATCH] [-] FO : Fix bug #PSCFV-8967 large image instead of thickbox when one image --- themes/default/js/product.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/js/product.js b/themes/default/js/product.js index 2ea7f296d..5cd19f406 100644 --- a/themes/default/js/product.js +++ b/themes/default/js/product.js @@ -529,7 +529,7 @@ $(document).ready(function() //set jqZoom parameters if needed if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled) { - $('#bigpic').attr('rel', $('#bigpic').attr('src').replace('thickbox', 'large')); + $('#bigpic').attr('rel', $('#bigpic').attr('src').replace('large', 'thickbox')); $('img.jqzoom').jqueryzoom({ xzoom: 200, //zooming div default width(default width value is 200) yzoom: 200, //zooming div default width(default height value is 200)