Skip to content

Instantly share code, notes, and snippets.

@panathea
Created April 8, 2021 14:10
Show Gist options
  • Save panathea/b37c023ead6631d3b730603af8fda788 to your computer and use it in GitHub Desktop.
Save panathea/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;
}
@panathea
Copy link
Author

panathea 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