Last active
September 28, 2020 12:54
-
-
Save yoksel/b9496da45a02573a750ceae2131b555b to your computer and use it in GitHub Desktop.
Iframe with sizes in custom properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe | |
width="560" height="315" | |
style="--width: 560; --height: 315;" | |
class="video" | |
... | |
></iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment