Skip to main content

This plugin automatically generates thumbnails for any images in your Lektor content. The difference between this plugin and the `thumbnail` filter is that this is geared towards content, i.e. you don't need to have any references to the images in your templates at all.

Project description

Lektor Thumbnail Generator

This plugin automatically generates thumbnails for any images in your Lektor content. The difference between this plugin and the thumbnail filter is that this is geared towards content, i.e. you don't need to have any references to the images in your templates at all.

Usage

Use this plugin if you want to be able to link to full-size images in your content, but still want thumbnails to be generated for the link itself. For example, you may have an image called cat.jpg, and to link to it in the content (not the template), but also show a thumbnail.

You can do that like so:

<a href="cat.jpg"><img src="cat-small.jpg" /></a>

Installation

To install the plugin, just add lektor-thumbnail-generator to your plugins from the command line:

lektor plugins add lektor-thumbnail-generator

If you have trouble, see the plugin installation section of the Lektor documentation.

Then, create a config file called configs/thumbnail-generator.ini and add a few sections for images. The section names can be whatever you want, the final images will be called imagename-sectionname.ext. For example, this config file:

[small]
max_width = 30

[medium]
max_width = 400
max_height = 400

[woowee]
max_width = 2000

Will take a file called cat.jpg and create the files cat-small.jpg, cat-medium.jpg and cat-woowee.jpg. All the files will be created, regardless of whether the original file is smaller, so you can link without worrying whether a file will exist or not. If the original file is smaller than the width you have specified, the file will only be copied, and will not be resized. The max_width/max_height parameters work like for the Lektor thumbnail command.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lektor_thumbnail_generator-0.6.0.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lektor_thumbnail_generator-0.6.0-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file lektor_thumbnail_generator-0.6.0.tar.gz.

File metadata

File hashes

Hashes for lektor_thumbnail_generator-0.6.0.tar.gz
Algorithm Hash digest
SHA256 82caeac5f20bcc1b0110022e8bf64973bff173b6b99ec1706dfa23d210c42ad5
MD5 f55d1d6ad6be19152fdc91bf4e5c1b89
BLAKE2b-256 3b91fa85faa2804ba73fa61ad1ced5115b72620dc879c006233a5d0ae4fc1134

See more details on using hashes here.

File details

Details for the file lektor_thumbnail_generator-0.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for lektor_thumbnail_generator-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8092b03af5d168c815cb4aad5ebf39343a9dff9e1b7f08e9d532c297e2b96606
MD5 11c2c34c7d60e67fc6a5152f78e6fd53
BLAKE2b-256 c0f73ccaafdc8ab686f7968799d76a8db901b3f8fcfbdb7a45795381c1f2dc39

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page