Overriding THUMBNAIL_EXTENSION = 'webp' #621
Unanswered
stephen-calm
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set THUMBNAIL_EXTENSION to 'webp' and this works for the entire website which I am quite happy about, but on occasion I want to either preserve the format uploaded or change it to a different format. An example of which is OG Image which dosn't support webp and needs to remain png.
What I am looking for is what template tag option do i use to change the file format, and if there isn't one how do I extend the functionality to allow it to do it or failing that is there a third option?
Beta Was this translation helpful? Give feedback.
All reactions