[-] FO : Fix bug #PSCFV-8967 large image instead of thickbox when one image

This commit is contained in:
Gregory Roussac
2013-05-02 22:19:28 +02:00
parent 3e93198b13
commit 4e8c5a24df
+1 -1
View File
@@ -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)