]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/backend/wiki.py
wiki: Reduce image size to 920px
[ipfire.org.git] / src / backend / wiki.py
index 7a3d7d8c5e3bb77e387a7941a6a084ea43324716..4601be4c14efc694cb808c7c2be62509bf2d56cb 100644 (file)
@@ -593,7 +593,7 @@ class WikiRenderer(misc.Object):
 
                # Scale down the image if not already done
                if not "s" in args:
-                       args["s"] = "940"
+                       args["s"] = "920"
 
                return """<figure class="figure"><img src="%s?%s" class="figure-img img-fluid rounded" alt="%s">
                <figcaption class="figure-caption">%s</figcaption></figure>