You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin automatically generates thumbnails for any images in your Lektor content.
8
+
This plugin automatically generates thumbnails for any images in your [Lektor](https://getlektor.com) content.
5
9
The difference between this plugin and the lektor [thumbnail](https://www.getlektor.com/docs/api/db/record/thumbnail/) filter is that this plugin is converting all images and you don't need to have any references to the images in your templates.
6
10
7
11
TL;DR: What does this plugin do?
@@ -35,9 +39,9 @@ If you have trouble, see the [plugin
35
39
installation](https://www.getlektor.com/docs/plugins/) section of the Lektor
36
40
documentation.
37
41
38
-
Then, create a config file called `configs/thumbnail-generator.ini` and add
42
+
Then, create a config file called `configs/image-resize.ini` and add
39
43
a few sections for images. The section names can be whatever you want, the
40
-
final images will be called `imagename-sectionname.ext`. For example, this
44
+
final images will be called `imagename-sectionname.jpg`. For example, this
0 commit comments