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