Skip to main content

Convert image URLs to Netlify LFS resize URLs.

Project description

netlify-lfs-resize-url

PyPI - License security: bandit PyPI - Downloads

Please note!

Netlify Large Media has now been deprecated. This plugin will no longer be maintained. I would like to take this opportunity to thank everyone who's used it - I hope you've been happy with the service it has provided.

Description

This plugin provides a filter that allows the user to generate Netlify Image Transformation resize URL parameters when working with Netlify Large Media.

Installation

You can install this plugin by running the following command in your project's directory:

lektor plugins add netlify-lfs-resize-url

Usage

The nf_resize filter works in conjunction with the url filter as follows:

{% for image in this.attachments.images %}
    <img src="{{ image|url|nf_resize(w=720) }}">
{% endfor %}

The above will return the following:

<img src="/images/example.png?nf_resize=fit&w=720">

Arguments

Arguments correspond to Netlify transformation parameters.

Argument Accepts Default
nf_resize 'fit', 'smartcrop' 'fit'
h Positive integers null
w Positive integers null

Development

Testing

All of the tests can be run by executing test.sh with the pipenv shell activated.

Static analysis and checking

mypy is used for static analysis, and flake8 is used for checking:

python -m mypy lektor_netlify_lfs_resize_url.py
python -m mypy test.py
python -m flake8 lektor_netlify_lfs_resize_url.py
python -m flake8 test.py

Unit testing

Python's built-in unittest framework is used for unit testing:

python -m unittest

Security

bandit is used for security testing:

python -m bandit lektor_netlify_lfs_resize_url.py

Uploading the plugin to PyPI

python -m build
python -m twine upload dist/*

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_netlify_lfs_resize_url-1.0.3.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file lektor_netlify_lfs_resize_url-1.0.3.tar.gz.

File metadata

File hashes

Hashes for lektor_netlify_lfs_resize_url-1.0.3.tar.gz
Algorithm Hash digest
SHA256 26dfe8bd921cf80ae5059f28fa7ebde84dd269c0136d08a732d64be36f0af554
MD5 28137013783f6265dc4542ac8a1180dd
BLAKE2b-256 31e7748664fb9331649549772074fc8abd4bb4c0fa363c542e89b77fadd54556

See more details on using hashes here.

File details

Details for the file lektor_netlify_lfs_resize_url-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for lektor_netlify_lfs_resize_url-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1b12c0a1646010af7381d075b2581fc31bac20d15e81aa481c3f33ab58694ce5
MD5 22925ede0bd7c59e2471910d65ce9393
BLAKE2b-256 eff2db3696e317436fc60a02e5453792b0f21f4964e1b099d9693a7e6d38254f

See more details on using hashes here.

Supported by

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