oliverdavies.uk/resources/css/components/video.css

10 lines
137 B
CSS
Raw Normal View History

.video-full {
@apply w-full relative;
padding-top: 56.25%;
iframe,
embed {
@apply absolute h-full left-0 top-0 w-full
}
}