Home › Forums › WoodMart support forum › When Ever I hover on the color it shrinks the image › Reply To: When Ever I hover on the color it shrinks the image
December 26, 2023 at 4:30 pm
#524666
Luke Nielsen
Keymaster
Hello,
For now, I suggest using the below code for help. Enter the below code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.product-element-top img {
aspect-ratio: 1;
object-fit: contain;
}
Then recheck the issue.
Kind Regards