Portfolio
Couple's masonry gallery with arches and a lightbox
A photo gallery of the couple: masonry columns, some frames arched, some tall; photos muted and half black-and-white, colour and a shadowed lift on hover. A click opens a dialog lightbox: the photo on dark, an italic caption, arrows, keyboard and backdrop close. Film grain over the grid.
What you can change
- eyebrow, title, lede, photos (src, alt, caption, shape)
- closeLabel, prevLabel, nextLabel
- accent and background, tone
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/portfolio-008?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
One file, zero dependencies, “use client” for the lightbox. The grid is CSS columns: 2 below 40rem, 3 below 64rem, 4 above; frames are buttons with break-inside:avoid and data-shape: rect 4:3, arch 4:5 with border-radius 50%/36%, tall 3:4. Photos get filter grayscale(.55) saturate(.8), hover removes the filter and scales 1.04. The lightbox is a <dialog> with showModal/close from an effect on current, arrows and ArrowLeft/ArrowRight cycle, a backdrop click closes; the window is up to 52rem wide, the photo object-fit:contain no taller than 32rem in a dark frame; the window rises from below with scale .94, the backdrop fades in, each new photo (keyed by src) fades in with a slight zoom. Grain is an SVG feTurbulence in the shell's ::after with multiply. Palette --vibeui-portfolio-008-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; dark theme via .dark/[data-theme] or tone. Cormorant Garamond and Manrope come via <link precedence> from Google Fonts with Georgia and system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.
Tags
- wedding
- gallery
- photos
- masonry
- lightbox
- dialog
- arch
- film
- grain
- couple
- serif
- cream
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…