Created
April 8, 2021 14:10
-
-
Save morinted/b37c023ead6631d3b730603af8fda788 to your computer and use it in GitHub Desktop.
Full screen video player in Google Drive stylesheet
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
div[role="toolbar"] { | |
opacity: 0 !important; | |
display: none !important; | |
} | |
iframe[title="Video player"] { | |
position: fixed; | |
top: 0; | |
bottom: 0; | |
left: 0; | |
right: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I share my chrome tab while clicking on videos uploaded to Google Drive on Google Meet, and this style sheet removes the drive toolbar and makes the video as "full screen" as it can be in a Chrome tab.