# HG changeset patch # User Guido Berhoerster # Date 1555063903 -7200 # Node ID fe3cb4aa6944492fb82b8483136fe5a6f8db38c5 # Parent a427c3156f5e824b55f373d9d49c9f6f1b3c03df Limit the width of images to the entries iframe width diff -r a427c3156f5e -r fe3cb4aa6944 web_resources/style/entry-content.css --- a/web_resources/style/entry-content.css Fri Apr 12 12:10:51 2019 +0200 +++ b/web_resources/style/entry-content.css Fri Apr 12 12:11:43 2019 +0200 @@ -36,4 +36,5 @@ img { margin-block-start: 0; margin-block-end: 0; + max-width: 100%; }