Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG Logos on login screen need max-width #251

Open
bacoords opened this issue Apr 19, 2024 · 1 comment · Fixed by #254
Open

SVG Logos on login screen need max-width #251

bacoords opened this issue Apr 19, 2024 · 1 comment · Fixed by #254

Comments

@bacoords
Copy link
Owner

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

@bacoords
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant