#26172 closed defect (bug) (fixed)
Theme screenshots get blurry at various breakpoints
| Reported by: | shaunandrews | Owned by: | iammattthomas |
|---|---|---|---|
| Priority: | high | Milestone: | 3.8 |
| Component: | Customize | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: | ui |
Description
With the new installed theme page, screenshots can get a little too large and look fuzzy, especially on retina displays. At larger screen sizes, the grid should adapt to add more columns and force a max-width on the detail view screenshot. Each breakpoint should also ensure that it doesn't let screenshots in the grid get "too large."
Attachments (3)
Change History (15)
#2
@
13 years ago
- Component Themes → Administration
- Keywords ui-focus added
- Milestone Awaiting Review → 3.8
#5
follow-up:
↓ 7
@
13 years ago
- Keywords needs-patch added; has-patch removed
I'm afraid 26172.diff doesn't apply cleanly now that theme.css has been merged into wp-admin.css. Since this also makes some changes to media query breakpoints and I'm not exactly sure what the finished product is supposed to look like, I think it'd be best to make a new patch rather than me try to merge bits by hand.
#7
in reply to: ↑ 5
@
13 years ago
Replying to iammattthomas:
I'm afraid 26172.diff doesn't apply cleanly now that theme.css has been merged into wp-admin.css. Since this also makes some changes to media query breakpoints and I'm not exactly sure what the finished product is supposed to look like, I think it'd be best to make a new patch rather than me try to merge bits by hand.
Ugh. Ok. Working on refreshing the patch now.
#8
@
13 years ago
26172.2.diff refreshes the previous diff to work with the now merged theme styles in wp-admin.css.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
26172.diff updates a few media queries and adds a few new ones to ensure that screenshots never get larger than 450px wide.