Skip to main content

Convert image URLs to Netlify LFS resize URLs.

Project description

netlify-lfs-resize-url

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

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-0.1.2.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

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