WordPress.org

Make WordPress Core

Opened 5 months ago

Closed 5 months ago

Last modified 5 months 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-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)

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

Download all attachments as: .zip

Change History (7)

cochran5 months ago

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

comment:1 SergeyBiryukov5 months ago

  • Component changed from Appearance to Administration
  • Keywords ui-focus added; 2nd-opinion removed

comment:3 nacin5 months ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.6

comment:4 helen5 months ago

  • Owner set to helen
  • Resolution set to fixed
  • Status changed from new to closed

In 23381:

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

comment:5 markoheijnen5 months ago

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

comment:6 helen5 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.

Note: See TracTickets for help on using tickets.