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

changing image sizes #5984

Merged
merged 2 commits into from
Mar 13, 2023
Merged

changing image sizes #5984

merged 2 commits into from
Mar 13, 2023

Conversation

nickgrato
Copy link
Contributor

updating logo size in nav and modal.

Copy link
Contributor

@keianhzo keianhzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we still support non-square images for logos, if that's the case setting fixed widths will break proportional scaling.


img {
height: 83px;
width: 83px;
Copy link
Contributor

@keianhzo keianhzo Mar 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think setting the width here will make non-square images to look stretched.

@@ -18,6 +18,11 @@
margin-bottom: 32px;
}

:local(.logo) {
height: 250px;
width: 250px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same with this

@nickgrato
Copy link
Contributor Author

nickgrato commented Mar 9, 2023

I think we still support non-square images for logos, if that's the case setting fixed widths will break proportional scaling.

@keianhzo the direction I'm getting from the desing and UX is to only support square. There is a ticket for me to update the copy for the logo inputs to say this . but i passed this note on to them!

UPDATE - we will just have width cap

Screen Shot 2023-03-09 at 7 26 44 AM

@nickgrato nickgrato requested a review from keianhzo March 9, 2023 16:31
@nickgrato nickgrato merged commit aa8a5ef into content-requests Mar 13, 2023
@nickgrato nickgrato deleted the image-resize branch March 13, 2023 15:56
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 this pull request may close these issues.

None yet

2 participants