1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Update display-responsive-iframe-maintaining-aspect-ratio.md

This commit is contained in:
Jakub Zomerfeld
2025-04-03 16:32:59 +02:00
committed by GitHub
parent c269ae47d4
commit 3719b4943a

View File

@@ -21,7 +21,6 @@ while maintaining its aspect ratio using a little CSS.
.iframe-container {
width: 100%;
aspect-ratio: 16 / 9;
border: 0; // optional
}
```