KMiDigital Posted August 16, 2010 Share Posted August 16, 2010 Hi Just wondering if there is anyway to make the zoom box larger?Thanks Link to comment Share on other sites More sharing options...
MrBaseball34 Posted August 16, 2010 Share Posted August 16, 2010 Try this.In css/jqzoom.css change the width and height values: div.zoomdiv { z-index : 100; position : absolute; top : 0px; left : 0px; width : 200px; height : 200px; background : #ffffff; border : 1px solid #CCCCCC; display : none; text-align : center; overflow : hidden; } Link to comment Share on other sites More sharing options...
KMiDigital Posted August 17, 2010 Author Share Posted August 17, 2010 Hi I canged the file to the following:div.zoomdiv {z-index : 100;position : absolute;top:0px;left:0px;width : 600px;height : 600px;background: #ffffff;border:1px solid #CCCCCC;display:none;text-align: center; overflow: hidden;}img.jqzoom{cursor:crosshair;position:relative;}I was hoping the zoom box would be 600x600 but it's stayed the same? http://ecommerce.kmidigital.com/product.php?id_product=12 Thanks Link to comment Share on other sites More sharing options...
razaro Posted August 17, 2010 Share Posted August 17, 2010 Try to change in themes/prestashop/js/product.js this lines $('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") }); to $('img.jqzoom').jqueryzoom({ xzoom: 600, //zooming div default width(default width value is 200) yzoom: 600, //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") }); Link to comment Share on other sites More sharing options...
KMiDigital Posted August 17, 2010 Author Share Posted August 17, 2010 Worked a treat, Thanks a lot... Link to comment Share on other sites More sharing options...
razaro Posted August 17, 2010 Share Posted August 17, 2010 If your issue is resolved, please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted August 17, 2010 Share Posted August 17, 2010 There is another reason that I think PS is badly architected. Two different places to set a value like that, geez.... 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