-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: restore missing transparent section of background art #37
Conversation
Deploy preview for irvinehacks-site-2024 ready!
|
Deploy preview for irvinehacks-site-2024-sanity ready!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a huge fan of the increased asset size. Could we explore a hybrid masking approach using a lossy-compressed background art with a separate alpha mask?
- To reduce asset size, compress the background JPEG and use a separate smaller transparent PNG as a `mask-image` - This will become irrelevant once the layers are separated for a dynamic floating design
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the mask! One quick question:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for now. Let's not wallow in this too much since we'll eventually have the more fluid design from #30.
Resolves #36 by replacing the landing background JPG with its corresponding PNG version.