ClickStars Posted September 20, 2011 Share Posted September 20, 2011 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") }); } Link to comment Share on other sites More sharing options...
philee Posted September 24, 2011 Share Posted September 24, 2011 I have the same issue as you. I was playing around with the numbers and it was working fine. Then I made another adjustment to the height and width then it went back to the right side view. Link to comment Share on other sites More sharing options...
philee Posted September 27, 2011 Share Posted September 27, 2011 Did you find a solution to this problem? Link to comment Share on other sites More sharing options...
Recommended Posts