Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

update-core.diff (1.1 KB ) - added by cochran 14 years ago.
increases screenshot width to 85px wide to keep with aspect ratio of theme screenshots.

Download all attachments as: .zip

Change History (7)

@cochran
14 years ago

increases screenshot width to 85px wide to keep with aspect ratio of theme screenshots.

#1 @SergeyBiryukov
14 years ago

  • Component AppearanceAdministration
  • Keywords ui-focus added; 2nd-opinion removed

#3 @nacin
14 years ago

  • Keywords commit added
  • Milestone Awaiting Review3.6

#4 @helen
14 years ago

  • Owner set to helen
  • Resolutionfixed
  • Status newclosed

In 23381:

Maintain theme screenshot aspect ratio on the update screen. props cochran. fixes #23164.

#5 @markoheijnen
14 years ago

Isn't it possible to remove height or width? Will make it future proof then right.

#6 @helen
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.

Note: See TracTickets for help on using tickets.