Jump to content

JQZOOM


Recommended Posts

Hi guys,

 

I do need help, don't know what's wrong to the jqzoom enabled and the image size on the page is 230x280, the thickbox image size is 600x600. But I can't view the full photo over the jqzoom, please refer to the attached file. Anyone can help, thanks.

 

 

 

 

if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled)

{

$('img.jqzoom').jqueryzoom({

xzoom: 230, //zooming div default width(default width value is 200)

yzoom: 280, //zooming div default width(default height value is 200)

offset: 10 //zooming div default offset(default offset value is 10)

//position: "right" //zooming div position(default position value is "right")

});

}

post-287851-0-25852000-1316521195_thumb.gif

Link to comment
Share on other sites

×
×
  • Create New...