From 9e1d4513c4154a3ad33e287514c522f3db20aade Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 5 Sep 2021 01:33:59 +0200 Subject: [PATCH] add plugin lektor-image-resize Add Plugin [lektor-image-resize](https://pypi.org/project/lektor-image-resize/), which will create jpg and webp images in the defined sizes using imagemagic. It is very similar to the [lektor-thumbnail-generator](https://www.getlektor.com/plugins/lektor-thumbnail-generator/) plugin, but brings support for webp. --- content/plugins/lektor-image-resize/contents.lr | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/plugins/lektor-image-resize/contents.lr diff --git a/content/plugins/lektor-image-resize/contents.lr b/content/plugins/lektor-image-resize/contents.lr new file mode 100644 index 00000000..89f7efb0 --- /dev/null +++ b/content/plugins/lektor-image-resize/contents.lr @@ -0,0 +1,11 @@ +_model: plugin +--- +name: lektor-image-resize +--- +categories: templates +--- +tags: + +webp +images +thumbnails