Making WordPress.org

Opened 5 months ago

#7872 new enhancement

Change CSS thumbnail aspect ratio to 3/2

Reported by: nilovelez's profile nilovelez Owned by:
Milestone: Priority: low
Component: Photo Directory Keywords:
Cc:

Description

With the new theme the aspect ratio of the thumbnails to 16:9, forcing it via CSS

<figure style="aspect-ratio:16/9;">

This causes a lot of images to be cropped too tight.

Considering that 3:2 is a very common aspect ratio, and it is a middle ground between 19:9 and 4:3, the proposed solution is to change the CSS aspect ratio to 3/2

<figure style="aspect-ratio:3/2;">

Attachments (2)

16_9 aspect ratio.png (1.2 MB) - added by nilovelez 5 months ago.
Current 16:9 aspect ratio
3_2 aspect ratio.png (1.4 MB) - added by nilovelez 5 months ago.
Proposed 3:2 aspect ratio

Change History (2)

@nilovelez
5 months ago

Current 16:9 aspect ratio

@nilovelez
5 months ago

Proposed 3:2 aspect ratio

Note: See TracTickets for help on using tickets.