Created
March 20, 2017 18:08
-
-
Save FlandreDaisuki/c3c5f38231452829d55de754896128ac to your computer and use it in GitHub Desktop.
筆電銀幕放大影片至符合內高
This file contains hidden or 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
@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