Home Forums WoodMart support forum brand image filter Reply To: brand image filter

#428184

Luke Nielsen
Keymaster

Hello,

The below code will help you to fix it, please paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

.wd-swatches-brands .wd-swatch :is(img,picture) {
	object-fit: contain;
}

In the meantime, feel free to ask me any questions you may have.

Kind Regards