changeset 43:fe3cb4aa6944

Limit the width of images to the entries iframe width
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Fri, 12 Apr 2019 12:11:43 +0200
parents a427c3156f5e
children 99f367e4a38a
files web_resources/style/entry-content.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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%;
 }