You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on images - js callback works. It changes main images and does some magick to make product zoom working in my theme. But when page is just loaded - it only changes main image, but js callback isn't loaded I think. When I hover mouse over the product image - it show the default image.
Take a look at the page to see what I mean. https://test.ensembleshops.ru/11111.html
The text was updated successfully, but these errors were encountered:
Small update - it caused by if (this.fullLoad && callback){ //callback - give it 0.1 seconds for the image src to be changed //a small flicker might occur //if you don't like it you can remove it at your own risk eval.delay('0.1', callback) }
this.fullLoad is false when first option is selected. I've removed it from above if and everything is working now
Hello
When I click on images - js callback works. It changes main images and does some magick to make product zoom working in my theme. But when page is just loaded - it only changes main image, but js callback isn't loaded I think. When I hover mouse over the product image - it show the default image.
Take a look at the page to see what I mean.
https://test.ensembleshops.ru/11111.html
The text was updated successfully, but these errors were encountered: