|
|
|
|
|
by hcarvalhoalves
4295 days ago
|
|
Dealing with on-demand thumbnails is annoying, I've done something similar in the past [1]. In any case, transparently generating thumbnails from URLs is the saner solution, designers/editors might want to embed image of all sorts of sizes and aspect ratios and you can't always generate everything in batch - this is extremely common on news sites. [1] https://github.com/hcarvalhoalves/django-rest-thumbnails |
|