From 48adf75e43c2b8dc134655a9e5dc36d0a8a1db92 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Fri, 6 Dec 2019 14:42:05 +0700 Subject: [PATCH] Fix bug in full bleed images --- assets/css/ghost/content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/ghost/content.css b/assets/css/ghost/content.css index b0de58fe..2343ddc8 100644 --- a/assets/css/ghost/content.css +++ b/assets/css/ghost/content.css @@ -68,6 +68,10 @@ grid-column: full-start / full-end; } +.kg-width-full img { + width: 100%; +} + /* Content & Typography /* ---------------------------------------------------------- */