[Answered ]-Sorl-thumbnail doesn't generate placeholder images

2👍

After searching through sorl-thumbnail code I found out that in the admin the THUMBNAIL_DUMMY setting is not even considered…
There is a pull request to solve this (opened a year ago): https://github.com/mariocesar/sorl-thumbnail/pull/128

As for the frontend it works, it was just a silly mistake in the template.

Leave a comment