Hover on the image is pixilated, right out of the box (i see the demo version has the same issue)
We've tried loading large files, deleting the thumbnails created on upload, configuring the hikashop image settings, but nothing seems to affect the image zoom.
in Template settings virtumart zoom size just affects the opaque square on hover. I grabbed some CSS overrides from a forum, tried these (and enabled the css overrides file)
nspImageWrapper:hover img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
#gkZoom {display:none;}
#gkZoom.active{display:none;}
.nspArt .nspImageWrapper:hover img {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
Please let us know how we can have zoomed images that are crisp! If not, an alternative would be to disable the zoom altogether.
Thanks!