django-versatileimagefield
django-versatileimagefield copied to clipboard
Max size for "full_size" image
The full size image is the same size as the source image (the one uploaded). How can I resize this image if it size is greater than a certain value but while keeping the ratio? It is like the thumbnail behavior but for the full_size image with a bigger size than thumbnail.
Don't know if my question is well explained.