Jump to content

Product Zoom


Recommended Posts

Thanks for the quick support. I have since tried making these modifications, but it seems that the x,y,and offset paramaters only seem to move the position of the jqzoom box.

 

I'm wanting to zoom in closer to the pictures, so I can see more detail in them. I do not want to change the size of the jqzoom box or its posistion. I simply want to zoom in closer to the images.

Link to comment
Share on other sites

Thanks for the quick support. I have since tried making these modifications, but it seems that the x,y,and offset paramaters only seem to move the position of the jqzoom box.

 

I'm wanting to zoom in closer to the pictures, so I can see more detail in them. I do not want to change the size of the jqzoom box or its posistion. I simply want to zoom in closer to the images.

You mean like this?

http://www.dynamicdrive.com/dynamicindex4/powerzoomer.htm#.Ujv3HO6JnQI

Link to comment
Share on other sites

Yes like that Roxor. However rather than adding additional code, I'm sure there would already be code that I could change to modify the zoom.

 

The product.js file variables mentioned, simply change the size and posistion of the box. I'm happy with both of these things, I want the zoom to be magnified more.

Link to comment
Share on other sites

Yes like that Roxor. However rather than adding additional code, I'm sure there would already be code that I could change to modify the zoom.

 

The product.js file variables mentioned, simply change the size and posistion of the box. I'm happy with both of these things, I want the zoom to be magnified more.

 

Which PS version are you using? What changes you made to make zoom more closure? Also can I have your store url where you tried these options?

 

Will be great if you assist.

Thanks

Link to comment
Share on other sites

Dear Vekia,

 

offset param means what???

 

:)

here is documentation:

zoomType String Default : standart - The others admitted option values are 'reverse','drag','innerzoom'.
zoomWidth Integer Default : 300 - The popup window width showing the zoomed area.
zoomHeight Integer Default : 300 - The popup window height showing the zoomed area.
xOffset Integer Default : 10 - The popup window x offset from the small image. (always positive to move the popup window more on the right if position is "right" or more on the left if position is "left")
yOffset Integer Default : 0 - The popup window y offset from the small image. (always positive to move the popup window more on the top if position is "top" or more on the bottom if position is "bottom"),
position String Default : right - The popup window position.Admitted values:'right' ,'left' ,'top' ,'bottom'
preloadImages Boolean Default : true - if set to true,jqzoom will preload large images.
preloadText String Default : Loading zoom - The text to show while preloading images.
title Boolean Default : true - Show a small title over the zoomed window it can be the anchor title and if not specified,it will get the small image title.
lens Boolean Default : true - if set to false,the small lens,over the image, won't show.
imageOpacity Float Default : 0.4 - Set the image opacity when the 'zoomType' option is set to 'reverse'.
showEffect String Default : show - The effect by which showing the popup window.Options available: 'show' ,'fadein'.
hideEffect String Default : hide - The effect by which hiding the popup window.Options available: 'hide' ,'fadeout'.
fadeinSpeed String Default : slow - Changes fade in speed,in case the showEffect option is set to 'fadein'.(options: 'fast','slow',number)
fadeoutSpeed String Default : 2000 - Changes fade out speed,in case the hideEffect option is set to 'fadeout'.(options: 'fast','slow',number)
  • Like 1
Link to comment
Share on other sites

 

here is documentation:

zoomType String Default : standart - The others admitted option values are 'reverse','drag','innerzoom'.
zoomWidth Integer Default : 300 - The popup window width showing the zoomed area.
zoomHeight Integer Default : 300 - The popup window height showing the zoomed area.
xOffset Integer Default : 10 - The popup window x offset from the small image. (always positive to move the popup window more on the right if position is "right" or more on the left if position is "left")
yOffset Integer Default : 0 - The popup window y offset from the small image. (always positive to move the popup window more on the top if position is "top" or more on the bottom if position is "bottom"),
position String Default : right - The popup window position.Admitted values:'right' ,'left' ,'top' ,'bottom'
preloadImages Boolean Default : true - if set to true,jqzoom will preload large images.
preloadText String Default : Loading zoom - The text to show while preloading images.
title Boolean Default : true - Show a small title over the zoomed window it can be the anchor title and if not specified,it will get the small image title.
lens Boolean Default : true - if set to false,the small lens,over the image, won't show.
imageOpacity Float Default : 0.4 - Set the image opacity when the 'zoomType' option is set to 'reverse'.
showEffect String Default : show - The effect by which showing the popup window.Options available: 'show' ,'fadein'.
hideEffect String Default : hide - The effect by which hiding the popup window.Options available: 'hide' ,'fadeout'.
fadeinSpeed String Default : slow - Changes fade in speed,in case the showEffect option is set to 'fadein'.(options: 'fast','slow',number)
fadeoutSpeed String Default : 2000 - Changes fade out speed,in case the hideEffect option is set to 'fadeout'.(options: 'fast','slow',number)

 

 

 

Do I have to paste above values somewhere ??

 

Will be great if you provide me updated file

 

Sorry for troubling you.

Link to comment
Share on other sites

×
×
  • Create New...