diff --git a/docs/usage.rst b/docs/usage.rst index 5b6118e9..6b0944e1 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -155,17 +155,16 @@ generate the thumbnail by specifying all of the required options. For a full list of options, read the :doc:`ref/processors` reference documentation. - Fallback images ----------------------------------------- +--------------- If you need to support fallback or default images at template level you can use:: {% thumbnail object.image|default:'img/default_image.png' 50x50 %} -It only works for images within the media storage location, usually where your -{{ MEDIA_ROOT }} points to. +Where the image string is relative to your default storage (usually the +``MEDIA_ROOT`` setting). Models