We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{% adjust %}
As was brought up in #65, Daguerre's {% adjust %} template tag currently does not accept arbitrary URLs to images for adjustment. E.g.,
{% adjust "http://www.wired.com/wp-content/uploads/2014/07/brain1.jpg" 'crop' width=200 height=200 %}
is invalid and will throw an exception. This is something Daguerre could theoretically support.
Pros
Cons
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As was brought up in #65, Daguerre's
{% adjust %}
template tag currently does not accept arbitrary URLs to images for adjustment. E.g.,is invalid and will throw an exception. This is something Daguerre could theoretically support.
Pros
Cons
The text was updated successfully, but these errors were encountered: