Jump to content
thirty bees forum
  • 0

Initialization error with JqZoom, any ideas why ?


ssimard

Question

Hi everyone, I have just put my website online and I was asked why I was not using JqZoom instead of fancybox.

I forgot why at first but now I remember why, can anyone help me fix that ?

When I load a page at first, it looks like it was not initialized properly. It's working only after I rollover on a thumbnail.

Here's a screenshot of what I get if I don't rollover a thumbnail first (the camera image is following the cursor): 0_1516286213450_Capture d’écran 2018-01-18 à 09.31.22.png

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Try modifying you zoom init function to match the name of your large image. look inside themes/yourtheme/js/product.js for initZoom( $('#bigpic').attr('src').replace('large', 'thickbox') ); to initZoom( $('#bigpic').attr('src').replace('produit_large', 'thickbox') );

Link to comment
Share on other sites

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...