Last active
November 18, 2023 11:00
-
-
Save FrancoStino/b8908bce35d14b7f171e7927f156675f to your computer and use it in GitHub Desktop.
Grid Image Ratio Woocommerce Product - CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.product-wrapper img { | |
width: 100%; | |
height: 300px !important; | |
object-fit: contain; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment