
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
djangocms-unitegallery
Advanced tools
.. image:: https://travis-ci.org/izimobil/djangocms-unitegallery.svg?branch=master :target: https://travis-ci.org/izimobil/djangocms-unitegallery
.. image:: https://img.shields.io/pypi/l/djangocms-unitegallery.svg
.. image:: https://img.shields.io/pypi/pyversions/djangocms-unitegallery.svg
.. image:: https://img.shields.io/badge/django-1.7%20or%20newer-green.svg
.. image:: https://img.shields.io/badge/djangocms-3%20or%20newer-green.svg
.. image:: https://img.shields.io/pypi/dm/djangocms-unitegallery.svg
A gallery plugin for django CMS that uses the excellent
Unite Gallery <http://unitegallery.net>
_ jQuery plugin.
This plugin requires django CMS
3.0 or higher and sorl-thumbnail
12.0 or higher to work.
pip install djangocms-unitegallery
'sorl.thumbnail'
and 'djangocms_unitegallery'
to your INSTALLED_APPS
python manage.py migrate
.. note::
It's up to you to include jQuery js file in your templates, just make
sure you include it before the sekizai {% render_block js %}
.
By default djangocms-unitegallery generates thumbnails for better perfomance. The default behavior is to generate thumbnails by resizing and cropping images in a square of 250x250 px.
You can disable completely the thumbnail generation and leave Unite Gallery handles images and preview, or you can change the default size of generated thumbnails and/or wether the image ratio should be preserved or not::
DJANGOCMS_UNITEGALLERY_CONFIG = {
'THUMBNAIL_ENABLED': true,
'THUMBNAIL_MAX_WIDTH': 250,
'THUMBNAIL_MAX_HEIGHT': 250,
'THUMBNAIL_PRESERVE_RATIO': False,
}
If you set THUMBNAIL_PRESERVE_RATIO
to False
, thumbnails will be
cropped to match the configured width and height.
If you set THUMBNAIL_PRESERVE_RATIO
to True
, thumbnails
will just be resized to match the configured max width (if image is landscape)
or height (if image is portrait).
.. note:: Due to Unite Gallery behavior, and depending on configured options, you are not guaranteed to have the thumbnail size you configured in settings.
FAQs
unitegallery grid Plugin for django CMS
We found that djangocms-unitegallery demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.