Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,10 @@ input,
width: 100%;
height: auto;
display: block;
aspect-ratio: 1 / 1;
/* The portrait's drawn frame is part of the artwork, so it must not be
cropped — a square crop cuts the frame's top and bottom and clips the
head. Matches the source's 2:3 ratio. */
aspect-ratio: 2 / 3;
object-fit: cover;
}
.hero-portrait-cap {
Expand Down
6 changes: 3 additions & 3 deletions components/landing/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export function Hero() {
</div>
<div className="hero-portrait">
<Image
src="/images/cartoon-headshot.jpg"
src="/images/portrait-skyline.webp"
alt="Dom Mangonon"
width={320}
height={320}
width={640}
height={960}
priority
/>
<span className="hero-portrait-cap">Dom · NJ → NYC · 2026</span>
Expand Down
Binary file removed public/images/cartoon-headshot.jpg
Binary file not shown.
Binary file added public/images/portrait-skyline.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/portrait_skyline.png
Binary file not shown.
Loading