-
-
Save jdsimcoe/097b9d43121f3803e39d6ebe9c12cc30 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