1
0

videos should be max 100% width

This commit is contained in:
Philip Wagner
2025-03-26 13:23:48 +01:00
parent facfdcf97d
commit 2c1449b6e2

View File

@@ -79,7 +79,7 @@ code { font-family: Kobata !important; font-weight: normal; word-break: break-wo
.embed .iframe.active { padding:56.25% 0 0 0; position:relative }
.embed .iframe.active iframe { position:absolute; top:0; left:0; width:100%; height:100% }
.embed div { position: relative; }
.embed video { width: 100%; }
video { width: 100%; }
.embeded-iframe { border: none; width: 100% }
.siema { position: relative; transition: height .2s }