bacoords / block-theme

A starter block theme for modern WordPress developers.
GNU General Public License v3.0
47 stars 6 forks source link

SVG Logos on login screen need max-width #251

Open bacoords opened 3 months ago

bacoords commented 3 months ago

Reminder to add max-width: 100%; in setup.php

bacoords commented 1 week ago

Reopening this because max-width doesn't solve the fact that $image = wp_get_attachment_image_src( $custom_logo_id, 'medium' ); returns the full width image, so the dimensions are all wacky. It might be better off with a generic square size and just using background-size:contain