Skip to content

Instantly share code, notes, and snippets.

@ciceronianus
Last active June 5, 2020 22:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ciceronianus/2d79d64a1f07733b263302458fdde224 to your computer and use it in GitHub Desktop.
Save ciceronianus/2d79d64a1f07733b263302458fdde224 to your computer and use it in GitHub Desktop.
Roam - make Youtube video larger by @CatoMinor3
/* How to use: Simply put #make:yt-large infront of {{youtube: }} */
[data-tag*="make:yt-large"] ~ div iframe
{
width: 700px;
height: 400px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment