Skip to content

Instantly share code, notes, and snippets.

@yoksel
Last active September 28, 2020 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoksel/b9496da45a02573a750ceae2131b555b to your computer and use it in GitHub Desktop.
Save yoksel/b9496da45a02573a750ceae2131b555b to your computer and use it in GitHub Desktop.
Iframe with sizes in custom properties
<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