Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Unified Diff: Source/core/css/fullscreen.css

Issue 221333002: Fix an issue that webkit-transform might impact fullscreen video (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/fullscreen.css
diff --git a/Source/core/css/fullscreen.css b/Source/core/css/fullscreen.css
index 7ecffc6ffa2e9c01494ff1bcae237626f69efbc5..337265b9e42e9fc45e42e517654324b80a5168aa 100644
--- a/Source/core/css/fullscreen.css
+++ b/Source/core/css/fullscreen.css
@@ -31,6 +31,7 @@ video:-webkit-full-screen, audio:-webkit-full-screen {
width: 100% !important;
flex: 1 !important;
display: block !important;
+ -webkit-transform: none !important;
}
img:-webkit-full-screen {

Powered by Google App Engine
This is Rietveld 408576698