From ea6ddf6d8e7623d88e6e7e81d5d0fded740c0243 Mon Sep 17 00:00:00 2001 From: Aurelien David Date: Tue, 8 Jan 2019 12:55:33 +0100 Subject: [PATCH] limit all images width in preview (#12) --- manifest.json | 2 +- preview.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b9656b2..4797cd3 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "RSSPreview", - "version": "2.5", + "version": "2.6", "author": "Aurelien David", "homepage_url": "https://github.com/aureliendavid/rsspreview", diff --git a/preview.css b/preview.css index c1de137..fadea02 100644 --- a/preview.css +++ b/preview.css @@ -35,6 +35,10 @@ a[href] img { border: none; } +img { + max-width: 900px; +} + #feedBody { border: 1px solid THreeDShadow; padding: 3em;