enhance: automatically resizing youtube iframe

fixes https://github.com/logseq/db-test/issues/188
This commit is contained in:
Tienson Qin
2024-12-16 10:34:50 +08:00
parent 4477dcfb95
commit f30879ac54

View File

@@ -1064,6 +1064,6 @@ html.is-mac {
}
.aspect-video {
width: auto;
aspect-ratio: 16 / 9;
height: auto;
}