Skip to content

Instantly share code, notes, and snippets.

@FrancoStino
Last active November 18, 2023 11:00
Show Gist options
  • Save FrancoStino/b8908bce35d14b7f171e7927f156675f to your computer and use it in GitHub Desktop.
Save FrancoStino/b8908bce35d14b7f171e7927f156675f to your computer and use it in GitHub Desktop.
Grid Image Ratio Woocommerce Product - CSS
.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