Index: components/dom_distiller/core/css/distilledpage.css |
diff --git a/components/dom_distiller/core/css/distilledpage.css b/components/dom_distiller/core/css/distilledpage.css |
index fc7b5655143e6b4c7174c81c359e5277aaa28f8b..0e04891b49304d85aaf80aee05033ed354522c87 100644 |
--- a/components/dom_distiller/core/css/distilledpage.css |
+++ b/components/dom_distiller/core/css/distilledpage.css |
@@ -4,8 +4,8 @@ |
@charset "utf-8"; |
/* Document */ |
body{font-family:'Open Sans',sans-serif;font-size:18px;line-height:1.4;} |
-/* Don't let images bleed out of viewport. */ |
-img{max-width:100%;} |
+/* Don't let images or video bleed out of viewport. */ |
+img,video{max-width:100%;} |
/* Margin */ |
.margin-x-narrow{width:95%;} |
.margin-narrow{width:85%;} |