Microsoft Edge has a splendidly irritating feature whereby if you hover on an image, a "Visual Search" button appears top right. Unfortunately this conflicts with Swift's Magic Zoom, so when you hover over a product image it zooms, but does not un-zoom when you stop hovering!
Alarmingly, Visual Search also gives your customers instant clickable links to similar products for sale on other websites - brilliant!
Fortunately it is possible to suppress this particular Edge feature for all images on your site by placing this at the bottom of the Swift Stylesheet:
I admit this does seem suspiciously straightforward for anything to do with Selleredeck, but it appears to work
John
Alarmingly, Visual Search also gives your customers instant clickable links to similar products for sale on other websites - brilliant!
Fortunately it is possible to suppress this particular Edge feature for all images on your site by placing this at the bottom of the Swift Stylesheet:
Code:
img {pointer-events:none;}
John
Comment