We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When images are uploaded, generate thumbnails at predefined sizes.
Improved loading-times and lower data usage on entry administration pages and voting.
We probably need additional fields on the File model to allow thumbs to be connected to the original media.
File
Yes, unknown at this time.
The text was updated successfully, but these errors were encountered:
We can probably use django-imagekit for this.
Sorry, something went wrong.
No branches or pull requests
Proposed Functionality
When images are uploaded, generate thumbnails at predefined sizes.
Use Case
Improved loading-times and lower data usage on entry administration pages and voting.
Database Changes
We probably need additional fields on the
File
model to allow thumbs to be connected to the original media.External Dependencies
Yes, unknown at this time.
The text was updated successfully, but these errors were encountered: