Index: chrome/renderer/resources/plugins/plugin_poster.html |
diff --git a/chrome/renderer/resources/plugins/plugin_poster.html b/chrome/renderer/resources/plugins/plugin_poster.html |
index 962e9bcc7d7986fec461cae76fc7413a8223955f..b9b1de7a791b7e34ab4cd147c17d3a40d8119d7b 100644 |
--- a/chrome/renderer/resources/plugins/plugin_poster.html |
+++ b/chrome/renderer/resources/plugins/plugin_poster.html |
@@ -37,6 +37,8 @@ |
opacity: 0.8; |
max-height: 100%; |
max-width: 100%; |
+ min-width: 0; |
+ min-height: 0; |
} |
#plugin-icon:hover { |
@@ -44,6 +46,8 @@ |
} |
#poster { |
+ min-width: 0; |
tommycli
2015/10/28 21:02:01
Probably not needed.
cbiesinger
2015/10/28 21:13:14
Yeah, not needed for the tests. Removed.
|
+ min-height: 0; |
height: 100%; |
object-fit: contain; |
width: 100%; |
@@ -58,6 +62,8 @@ |
left: 0px; |
max-height: 100%; |
max-width: 100%; |
+ min-height: 0; |
tommycli
2015/10/28 21:02:01
Probably not needed also if plugin-icon itself is
cbiesinger
2015/10/28 21:13:14
Removed.
|
+ min-width: 0; |
position: absolute; |
top: 0px; |
width: 100%; |