After the legacy-image backfill, every logo-classified report resolves
through the V2 UPLOADED path: a pre-rasterized
1400×600 PNG (brand-banner.svg composed via Sharp
{ fit: 'fill', density: 400 }, so the shield pattern is
stretched ~3× vertically), served via user_banner_url, and
rendered full-bleed in the intel header container
h-36 sm:h-44 lg:h-52 w-full overflow-hidden with
object-fit: cover.
The only per-record knobs that actually vary are
title overlay on/off,
justification (left /
center / right), and the title
text itself. Everything else below is fixed by the migration.
h-36 / sm:h-44 / lg:h-52, default left title. Resize the window.show_title_overlay: false (minimum — no title persisted)left (default — logo-classified backfill)centerrighth-36 (144px — mobile)h-44 (176px — sm)h-52 (208px — lg, production default)