Skip to content

Instantly share code, notes, and snippets.

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 jdsimcoe/097b9d43121f3803e39d6ebe9c12cc30 to your computer and use it in GitHub Desktop.
Save jdsimcoe/097b9d43121f3803e39d6ebe9c12cc30 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