@arminunruh thanks armin that's great! It is working a lot better, I'll work more on it on Monday and let you know if I run into any issues. Have a nice weekend, thanks again!
another issue could be @PaulHarndenFan
if you activated in:
customize -> woocommerce -> single product page -> only show variation images
if your product has no variation image, then no images are shown at all (if this setting is active)
@arminunruh hey, thank you so much for working on this despite no longer requiring it for this website I am working on. Hopefully it will come in useful for another website. I hope I didn't take too much time away from you when you could have worked on something else.
you could use custom css to disable zoom on mobile!
.no-touchdevice .thumb:hover img, .touchdevice .thumb.hover img, .no-touchdevice .thumb:hover video, .touchdevice .thumb.hover video{
transform: none!important;
}
in custom css for mobile
ok so the ajax request is too large for your server to handle
i dont think its over 100mb though. im just sending some html, it should at most be 500kb i think.
i never saw this issue before