[ad_1]
Hi guys,
I was just trying to customize the image gallery of a product (under the main image), and I was trying to find the correct css to make the images contained in the box, and not cropped. Does anyone know how to do so? I tried this but it doesn’t work:
`.woocommerce .flex-control-nav.flex-control-thumbs img {`
`width: 100% !important;`
`height: auto !important;`
`object-fit: contain !important;`
`}`
Thanks !!
[ad_2]