diff --git a/i2p2www/static/styles/duck/desktop.css b/i2p2www/static/styles/duck/desktop.css
index 823a0f24ac65705d5be0504cbb4747e5620b187c..4cc3dfe002719fe40b20272ba522c7f00310ea1b 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;