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.
This commit is contained in:
parent
236d0daee7
commit
9e1d4513c4
|
@ -0,0 +1,11 @@
|
||||||
|
_model: plugin
|
||||||
|
---
|
||||||
|
name: lektor-image-resize
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
webp
|
||||||
|
images
|
||||||
|
thumbnails
|
Loading…
Reference in New Issue