#26172 closed defect (bug) (fixed)
Theme screenshots get blurry at various breakpoints
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | high |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | needs-patch |
Focuses: | ui | Cc: |
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
@
11 years ago
- Component changed from Themes to Administration
- Keywords ui-focus added
- Milestone changed from Awaiting Review to 3.8
#5
follow-up:
↓ 7
@
11 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
@
11 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
@
11 years ago
26172.2.diff refreshes the previous diff to work with the now merged theme styles in wp-admin.css.
#9
@
11 years ago
- Owner set to iammattthomas
- Resolution set to fixed
- Status changed from new to closed
In 26633:
26172.diff updates a few media queries and adds a few new ones to ensure that screenshots never get larger than 450px wide.