From b7a538acec43760ced4ebb6e79b3b0e67b198e02 Mon Sep 17 00:00:00 2001
From: hankhill19580 <hankhill19580@gmail.com>
Date: Sat, 1 Jun 2019 19:17:14 +0000
Subject: [PATCH] cap image sizes out at the width of the parent when contained
 in fluid

---
 i2p2www/static/styles/duck/desktop.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/i2p2www/static/styles/duck/desktop.css b/i2p2www/static/styles/duck/desktop.css
index 823a0f24a..4cc3dfe00 100644
--- a/i2p2www/static/styles/duck/desktop.css
+++ b/i2p2www/static/styles/duck/desktop.css
@@ -272,6 +272,10 @@ div#content .aside:first-child {
  * The .inner class is for the content wrapper on inner pages (as opposed to the home page)
  */
 
+.fluid img {
+    max-width: 100%;
+}
+
 div#content .inner .fluid {
     background-repeat: repeat-y;
     border-left: 1px solid #abcc71;
-- 
GitLab