#23164 closed defect (bug) (fixed)
Theme update screenshot are squished.
| Reported by: | cochran | Owned by: | helen |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Administration | Version: | |
| Severity: | minor | Keywords: | has-patch ui-feedback commit |
| Cc: | Focuses: | ui |
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
@
14 years ago
- Component Appearance → Administration
- Keywords ui-focus added; 2nd-opinion removed
#5
@
14 years ago
Isn't it possible to remove height or width? Will make it future proof then right.
#6
@
14 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
increases screenshot width to 85px wide to keep with aspect ratio of theme screenshots.