sorl-thumbnail-async icon indicating copy to clipboard operation
sorl-thumbnail-async copied to clipboard

Asynchronous thumbnailing app in django with remote storages like S3

Results 2 sorl-thumbnail-async issues
Sort by recently updated
recently updated
newest added

Some time we need to define different sizes based on different model. I have added the patch which will give higher importance to model level `THUMBNAIL_OPTIONS_DICT` if that is not...

Looking at https://github.com/chhantyal/sorl-thumbnail-async/blob/master/thumbnail/templatetags/thumbnail_tags.py#L31 the template tag doesn't read all options. It assumes there is only `thumbnail_options[0]` and `thumbnail_options[1]`. I think the code should loop though `thumbnail_options[1:]` Thoughs?