Reputation: 12867
Small product images seem to have a problem with the Cloud Zoom extension in Magento.
Please see this page for example. The Cloud Zoom extension is filling the Zoom View window with the image rather than leaving it blank.
So my question, is there any way to make the Cloud Zoom extension to leave blank when the original image is smaller than the Zoom View area?
Thanks!
Upvotes: 1
Views: 4195
Reputation: 12867
The solution is easy. Just add 2 more CSS styles for .cloud-zoom-big:
.cloud-zoom-big {
background-repeat:no-repeat;
background-color:#fff;
}
Upvotes: 5