Image cart scaling
Автор: Adrian B.
Просмотрено 1107,
Подписчики 1,
Размещенный 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
Размещено
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.
Автор
I'm running 2021.2.8
Adrian
No you must have at least V2021.4 or V2021.5.2 to solve the problem.