Product Hunt: larger product thumbnails
Enlarges the product thumbnails in the feed so logos and artwork are easier to see.
Code to copy
/* Make product thumbnails in the feed larger */
[data-test^="post-item"] img[class*="thumbnail"],
[data-test^="post-item"] [class*="thumbnail"] img,
[data-test="post-thumbnail"] img {
width: 72px !important;
height: 72px !important;
border-radius: 12px !important;
object-fit: cover !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.