#23164 closed defect (bug) (fixed)
Theme update screenshot are squished.
Reported by: | cochran | Owned by: | helen |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Administration | Keywords: | has-patch ui-feedback commit |
Focuses: | ui | Cc: |
Description
In the update admin screen the theme screenshots are squished to 64px square. Too keep with the 4:3 aspect ratio of theme screenshots the image width should be 85px so no distortion to the image occurs.
Attachments (1)
Change History (7)
#1
@
12 years ago
- Component changed from Appearance to Administration
- Keywords ui-focus added; 2nd-opinion removed
#4
@
12 years ago
- Owner set to helen
- Resolution set to fixed
- Status changed from new to closed
In 23381:
#5
@
12 years ago
Isn't it possible to remove height or width? Will make it future proof then right.
#6
@
12 years ago
Theme authors have a recommended screenshot size/aspect ratio but not all themes adhere to it, notably older ones. Those are going to get distorted a bit here, but not as badly as before. Otherwise, in order to maintain width and height in the layout (which is the desired effect), we'd have to add a wrapping container and CSS, like we do on Manage/Install Themes.
Note: See
TracTickets for help on using
tickets.
increases screenshot width to 85px wide to keep with aspect ratio of theme screenshots.