SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.39k stars 319 forks source link

Background option not work in template #470

Open badstorm opened 7 years ago

badstorm commented 7 years ago

I'm trying to create a thumb with black space around the image. For this I used the "background" option, but I get alway white space. This the code:

<img src="{% thumbnail issue.cover 100x130 background='#000' bw %}">

Thanks. Marco