Happening NOW!
Agenda:
Happening NOW!
Agenda:
Happening NOW!
Happening NOW!
A cast with a snap (event card, ~230px tall) and a link embed (~50px) sit side-by-side today — height mismatch is stark. These 4 options explore how to handle mixed embed heights gracefully.
Each block shows the same 5 cast scenarios under that layout rule:
① snap+link · ② snap+snap · ③ 3 links · ④ snap+3 links (overflow) · ⑤ image+link.
Feed column = 680px — same as shell's AppLayout.tsx.
Recommendation: Option B — snaps row first, media/links row below. Clean type separation, snaps get full width (they deserve it — they're interactive), link embeds sit below without competing for height. Consistent with how Warpcast handles rich + plain embeds today.
Out of scope this pass: 3+ embeds of same type (multiple snaps), video embeds, image pairs (2×image still side-by-side), snap without any link embed.