-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
🐞 Hero image: it should have a maximum height, so that it doesn't take up most of the space on very wide screen sizes #2253
Labels
Comments
@rosschapman this might be Relevant To Your Interestes |
My kingdom for a designer! But yes, that is pretty egregious 😅 |
I'm curious how to do this with |
zspencer
added a commit
that referenced
this issue
Mar 7, 2024
- #1187 - #2271 - #2253 One of the things we've kept bumping into is that each page has to decide how wide it wants to be. That doesn't really seem sustainable or particularly necessary; so now the Layout takes care of: - Providing a Max-Width on every page - Ensuring the Layout is centered horizontally - Ensuring there is appropriate margin from the top of the screen
zspencer
added a commit
that referenced
this issue
Mar 7, 2024
- #1187 - #2271 - #2253 One of the things we've kept bumping into is that each page has to decide how wide it wants to be. That doesn't really seem sustainable or particularly necessary; so now the Layout takes care of: - Providing a Max-Width on every page - Ensuring the Layout is centered horizontally - Ensuring there is appropriate margin from the top of the screen
zspencer
added a commit
to zinc-collective/tobias
that referenced
this issue
Mar 25, 2024
…ective#2281) - zinc-collective#1187 - zinc-collective#2271 - zinc-collective#2253 One of the things we've kept bumping into is that each page has to decide how wide it wants to be. That doesn't really seem sustainable or particularly necessary; so now the Layout takes care of: - Providing a Max-Width on every page - Ensuring the Layout is centered horizontally - Ensuring there is appropriate margin from the top of the screen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Currently Convene's Hero Image expands to take up the entire available width (as you'd expect from a Hero Image), but also proportionally grows vertically. This results in the image taking up most of the vertical space when using a very wide viewport:
Compare with how SquareSpace handles the same ultra-wide viewport:
We should update the CSS on the Hero Image to make sure that it doesn't exceed a certain percentage of the screen height (or maybe a set number of pixels?).
The text was updated successfully, but these errors were encountered: