Aspect Ratio

En/ Ru

Aspect Ratio

Fixed aspect container.

github.com/fastygo/templ/ui

Fixed aspect container.

Default

16:9

import "github.com/fastygo/templ/ui"

templ Example() {
	@ui.Box(ui.BoxProps{Class: "aspect-video w-full max-w-xs overflow-hidden rounded-lg border border-border bg-muted"}) {
		@ui.Box(ui.BoxProps{Class: "flex h-full items-center justify-center text-sm text-muted-foreground"}) {
			@ui.Text(ui.TextProps{}, "16:9")
		}
	}
}

API

Class · string — aspect-video | aspect-square