Skip to content

Instantly share code, notes, and snippets.

@FlandreDaisuki
Created March 20, 2017 18:08
Show Gist options
  • Save FlandreDaisuki/c3c5f38231452829d55de754896128ac to your computer and use it in GitHub Desktop.
Save FlandreDaisuki/c3c5f38231452829d55de754896128ac to your computer and use it in GitHub Desktop.
筆電銀幕放大影片至符合內高
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://ani.gamer.com.tw/animeVideo.php") {
@media screen and (max-width: 1366px) {
#ani_video.vjs-playing:not(.vjs-fullscreen) {
position: fixed;
top: 0;
left: 0;
max-height: 100vh;
max-width: 100vw;
height: 100vh;
width: 100vw;
z-index: 100;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment