Pinterest: bigger pin image
Enlarges the main image on a single-pin page to use almost the full height of the screen.
Code to copy
/* Enlarge the main image on a single-pin page */
[data-test-id="closeup-image"] img,
[data-test-id="pin-closeup-image"] img {
max-width: 95vw !important;
max-height: 88vh !important;
width: auto !important;
height: auto !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.