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