[wp-meta] [Making WordPress.org] #7872: Change CSS thumbnail aspect ratio to 3/2
Making WordPress.org
noreply at wordpress.org
Mon Dec 30 13:17:34 UTC 2024
#7872: Change CSS thumbnail aspect ratio to 3/2
-----------------------------+--------------------
Reporter: nilovelez | Owner: (none)
Type: enhancement | Status: new
Priority: low | Milestone:
Component: Photo Directory | Keywords:
-----------------------------+--------------------
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;">
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7872>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list