SmileyChris / easy-thumbnails

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

fix: remove THUMBNAIL_HIGH_RESOLUTION and THUMBNAIL_HIGHRES_INFIX settings (#584) #598

Closed bmihelac closed 2 years ago

bmihelac commented 2 years ago

Fixes https://github.com/SmileyChris/easy-thumbnails/issues/584

In easy-thumbnails 2.8 support for high resolution images (THUMBNAIL_HIGH_RESOLUTION and THUMBNAIL_HIGHRES_INFIX settings) and I believe HIGH_RESOLUTION argument for thumbnail tag has also been removed.

This removes specified settings and raises an error if they are used.

jrief commented 2 years ago

Since I introduced this at a time, when browsers did not yet support display resolutions in media queries, I'm perfectly OK removing this.