Open harrislapiroff opened 9 years ago
As was brought up in #65, Daguerre's {% adjust %} template tag currently does not accept arbitrary URLs to images for adjustment. E.g.,
{% adjust %}
{% 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
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