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

Use smaller image or svg for logo #525

Open
duanwilliam opened this issue Jan 12, 2022 · 0 comments
Open

Use smaller image or svg for logo #525

duanwilliam opened this issue Jan 12, 2022 · 0 comments
Labels
Good First Issue Redesign Issues being saved for the portal redesign

Comments

@duanwilliam
Copy link
Contributor

duanwilliam commented Jan 12, 2022

we are currently serving a ~240kb, 1280x1280 png image for our logo in the top left (https://github.com/acmucsd/membership-portal-ui/blob/master/src/assets/graphics/logo.png)

this image is displayed at a size of 48x48px

.logo {
height: 3rem;
margin-right: 1rem;
width: 3rem;
}

We can save a fair amount of kb of data by serving an svg instead, or a scaled down image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Redesign Issues being saved for the portal redesign
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants