WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.4k stars 4.16k forks source link

Site Logo: add width unit support (percentage, viewport units, etc) #49281

Open annezazu opened 1 year ago

annezazu commented 1 year ago

Compared to other blocks, the site logo doesn't have the same width unit support (percentage, viewport units, etc). Related issue around how the site logo block has a "width" option when inside a row block: https://github.com/WordPress/gutenberg/issues/47979

Pulled from: https://github.com/WordPress/gutenberg/issues/48443

Marking as needs dev since I imagine this is related to block supports.

richtabor commented 1 year ago

Do users want logos displaying at variable widths though? Site title yes, but I’m not sure I’ve seen a logo with that effect before.

annezazu commented 8 months ago

After a review by core editor triage leads and core editor tech leads, this has been removed from the board for 6.5 consideration.

carolinan commented 5 months ago

Do users want logos displaying at variable widths though? Site title yes, but I’m not sure I’ve seen a logo with that effect before.

Probably not.

What people may want is to have a small logo on mobile and a larger (wider) on desktop, but the ability to change the unit is not quiet a replacement for that.

akasunil commented 2 months ago

Units like percentages could be helpful for responsive design ensuring the design adapts well across different screen sizes.