Skip to main content

Extension to easy_thumbnails for Django providing thumbnails from static files

Project description

static-thumbnails

Django application providing template tags to create thumbnails from static files using easy-thumbnails

Installation

pip install Pillow easy-thumbnails static-thumbnails

Usage

Add static-thumbnails to your settings.py:

INSTALLED_APPS = [
    # ... regular django apps go here
    'easy_thumbnails',
    'static_thumbnails',
]

And then use it as the regular thumbnail tag from easy-thumbnails, but pointing ot to a file in your STATIC_ROOT:

{% static_thumbnail 'some/static/file.png' 150x100 quality=100 HIGH_RESOLUTION as logo %}
<img src="{{ logo.highres_url }}" width="{{ logo.width }}" height="{{ logo.height }}" />

Project details


Release history Release notifications | RSS feed

This version

0.9

Download files

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

Source Distribution

static-thumbnails-0.9.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distributions

static_thumbnails-0.9-py3.7.egg (11.9 kB view hashes)

Uploaded Source

static_thumbnails-0.9-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

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