Top "Sorl-thumbnail" questions

Thumbnails for Django

fixed window-size in prettyphoto

I'm using prettyphoto for a photo gallery in a django-app. My Images have a maximum height/width (with sorl-thumbnail), but …

javascript django photo-gallery sorl-thumbnail
override save method - 'ImageFile' object has no attribute '_committed'

I override the save method like below, and get_thumbnails and save with sorl.. But get the error 'ImageFile' object …

django django-models sorl-thumbnail
sorl-thumbnail not working

I have been trying for several hours now to get sorl-thumbnail working, but it just won't work. The hard part …

django sorl-thumbnail
Storing images and thumbnails on s3 in django

I'm trying to get my images thumbnailed and stored on s3 using django-storages, boto, and sorl-thumbnail. I have it working, …

django amazon-s3 boto sorl-thumbnail django-storage