From 08b3230f7100ce7161f2c210a864ca3d710abdb2 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Tue, 21 May 2019 16:21:12 +0200 Subject: [PATCH] fixing images from wysiwyg --- _config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/_config.yml b/_config.yml index 528aeee..3d263ea 100644 --- a/_config.yml +++ b/_config.yml @@ -50,6 +50,21 @@ collections: events: output: "true" permalink: "/events/:title/" + _options: + image: + width: 960 + height: 480 + resize_style: "cover" + mime_type: "image/jpeg" + expandable: true + uploads_dir: "images/events" + content: + width: 540 + height: 320 + resize_style: "cover" + mime_type: "image/jpeg" + uploads_dir: "images/events" + # tjanster: # output: "true" # permalink: "/tjaenster/:name/"