Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Last active February 12, 2026 14:37
Show Gist options
  • Select an option

  • Save jmabbas/4e807a5ea1e07ac8ae7b3b40baeceebd to your computer and use it in GitHub Desktop.

Select an option

Save jmabbas/4e807a5ea1e07ac8ae7b3b40baeceebd to your computer and use it in GitHub Desktop.
Furnique - Make single product gallery image small
@media (min-width: 1200px) {
div[data-block-name="woocommerce/product-image-gallery"] .flex-control-thumbs {
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
}
.woocommerce-product-gallery img.flex-active {
border: 1px solid #000;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment