making pt-videos fit video aspect ratio
This commit is contained in:
parent
be049e4536
commit
d3c7dc699b
2 changed files with 9 additions and 1 deletions
|
@ -1849,6 +1849,14 @@ select {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.aspect-auto {
|
||||
aspect-ratio: auto;
|
||||
}
|
||||
|
||||
.aspect-video {
|
||||
aspect-ratio: 16 / 9;
|
||||
}
|
||||
|
||||
.h-screen {
|
||||
height: 100vh;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue