diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html
index c78a3e63763ac10b79b7c5dd4deb4b68eff2152c..27e34e5c427f31410f7a33aef10530708e79035a 100644
--- a/i2p2www/pages/site/docs/api/samv3.html
+++ b/i2p2www/pages/site/docs/api/samv3.html
@@ -26,6 +26,7 @@ Older versions:
 <li>Java - <a href="https://github.com/eyedeekay/Jsam">Jsam</a></li>
 <li>Python - <a href="https://github.com/l-n-s/i2plib">i2plib</a>,
     <a href="https://github.com/majestrate/i2p.socket">i2p.socket</a>,
+    <a href="https://github.com/MuxZeroNet/leaflet">leaflet</a>,
     <a href="https://github.com/str4d/txi2p">txi2p</a></li>
 <li>Ruby - <a href="https://github.com/dryruby/i2p.rb">i2p.rb</a></li>
 <li>Rust - <a href="https://github.com/stallmanifold/rust-i2p">rust-i2p</a></li>
diff --git a/i2p2www/static/styles/duck/desktop.css b/i2p2www/static/styles/duck/desktop.css
index 823a0f24ac65705d5be0504cbb4747e5620b187c..2e0d5e82934eb8024f1f64699a1145c0154a31a7 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)
  */
 
+.inner .fluid img {
+    max-width: 100%;
+}
+
 div#content .inner .fluid {
     background-repeat: repeat-y;
     border-left: 1px solid #abcc71;