Aspect Ratio: 16 / 9
Width: 854px
Height: 480px
Installation
Section titled “Installation”pnpm dlx shadcn@latest add pxl-ui/registry/displays/fwvga
Include the following CSS vars in your Tailwind main file
@theme { --aspect-fwvga: 16 / 9; --display-width-fwvga: 854px; --display-height-fwvga: 480px;}<div className="display aspect-fwvga display-size-fwvga"></div>