dixie Posted July 16, 2010 Share Posted July 16, 2010 Is there a way to make the size of the zoom box bigger - say 300px x 300px? Thank you!Thank you so much for your help. It worked! Now my zoom box is a better size. Link to comment Share on other sites More sharing options...
razaro Posted July 16, 2010 Share Posted July 16, 2010 Change values xzoom and yzoom in ...themes/***yourtheme***/js/product.js //set jqZoom parameters if needed if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled) { $('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) offset: 21 //zooming div default offset(default offset value is 10) //position: "right" //zooming div position(default position value is "right") }); } 1 Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 19, 2013 Share Posted August 19, 2013 http://www.prestashop.com/forums/topic/268504-better-zoom-on-prestashop/page__p__1342513#entry1342513 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now