Skip to content

Instantly share code, notes, and snippets.

@morinted
Created April 8, 2021 14:10
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 morinted/b37c023ead6631d3b730603af8fda788 to your computer and use it in GitHub Desktop.
Save morinted/b37c023ead6631d3b730603af8fda788 to your computer and use it in GitHub Desktop.
Full screen video player in Google Drive stylesheet
div[role="toolbar"] {
opacity: 0 !important;
display: none !important;
}
iframe[title="Video player"] {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
@morinted
Copy link
Author

morinted commented Apr 8, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment