Image cart scaling
Author: Adrian B.
Visited 1106,
Followers 1,
Shared 0
Preview shows cart card correctly, but on site image is not scaled.
File attached is preview screenshot. Web page is:
https://abthermal.com/firesleeve-industrial-knit-heat-flame-fire-spark-resistant-tubing.html
Thaank you
Adrian
Posted on the
Hello. The problem is in different browsers. In Mozilla Firefox, the image does not occupy the entire area:
In Chrome and Opera, the pictures look different:
Try adding this:
<style>
.imWrapperProductListImage {
width: 200px !important;
margin-left: auto !important;
margin-right: auto !important;
}
</style>
YES this was the problem in V2021.2.7 and has been corrected in the new versions. Best to make an update.
But was only the problem with Chrome and Edge. That's why you can see it properly in Firefox.
Author
I'm running 2021.2.8
Adrian
No you must have at least V2021.4 or V2021.5.2 to solve the problem.