Opened 5 years ago
Closed 5 years ago
#5110 closed defect (bug) (fixed)
Themes Directory, Preview images are disproportionately skewed on smaller viewports
Reported by: | dufresnesteven | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Theme Directory | Keywords: | |
Cc: |
Description
Theme Directory https://wordpress.org/themes/.
We currently set .theme-browser .theme .theme-screenshot img { width: 100% }
on theme preview images. This leads to images that are stretched horizontally.
We should remove that stretch. Ideally we would have a more responsive grid but as a quick alternative, we can update the theme-screenshot
container to have an off white background and center the image.
Attachments (4)
Change History (6)
Note: See
TracTickets for help on using
tickets.
This is a result of #4499
Centering the images is certainly better than the stretch, so we should probably just do that unless you've got another idea based on the other ticket :)