IMDb: compact cast list
Shrinks the thumbnails and spacing in the cast list so more people fit on screen.
Code to copy
/* Make the cast list compact with smaller thumbnails */
[data-testid="title-cast-item"] {
padding: 4px 8px !important;
}
[data-testid="title-cast-item__avatar"] img,
[data-testid="title-cast-item"] .ipc-avatar img {
width: 40px !important;
height: 40px !important;
}
[data-testid="title-cast-item__characters-link"] {
font-size: 0.85rem !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.