#23164 closed defect (bug) (fixed)
Theme update screenshot are squished.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Administration | Version: | |
| Severity: | minor | Keywords: | has-patch ui-focus ui-feedback commit |
| 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)
comment:1
SergeyBiryukov
— 5 months ago
- Component changed from Appearance to Administration
- Keywords ui-focus added; 2nd-opinion removed
comment:2
SergeyBiryukov
— 5 months ago
Related: [13604]
comment:4
helen
— 5 months ago
- Owner set to helen
- Resolution set to fixed
- Status changed from new to closed
In 23381:
comment:5
markoheijnen
— 5 months ago
Isn't it possible to remove height or width? Will make it future proof then right.
comment:6
helen
— 5 months 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.
increases screenshot width to 85px wide to keep with aspect ratio of theme screenshots.