Last active
June 5, 2020 22:41
-
-
Save ciceronianus/2d79d64a1f07733b263302458fdde224 to your computer and use it in GitHub Desktop.
Roam - make Youtube video larger by @CatoMinor3
This file contains 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
/* 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