Jump to content

[solved] jqzoom size


Recommended Posts

Hello Seventhson,

You should change values in file /themes//js/product.js
line 344:

//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")
 });
}



Change xzoom and yzoom values...

Link to comment
Share on other sites

  • 1 year later...
  • 6 months later...

Hello Seventhson,

You should change values in file /themes//js/product.js

line 344:

//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")
 });
}

Change xzoom and yzoom values...

 

Amazing!!!

 

Remember, NotePad.

 

Tank you very much !!!

Link to comment
Share on other sites

  • 2 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...