django-resized icon indicating copy to clipboard operation
django-resized copied to clipboard

Image max width or max heigth

Open Mohammadshekari opened this issue 1 year ago • 1 comments

i suggest to add this attributes: picture = ResizedImageField(max_width=640, max_height=640)

i think its better than quality

Mohammadshekari avatar Nov 04 '22 16:11 Mohammadshekari

size is the parameter used for width and height.

Feel free to open a PR to add those. We should not have both size and max_width / max_height passed at the same time.

Gagaro avatar Nov 14 '22 09:11 Gagaro