mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Typo fix
This commit is contained in:
parent
301adc2087
commit
55a2a5fc9d
1 changed files with 2 additions and 2 deletions
|
|
@ -221,7 +221,7 @@ This will output the following HTML:
|
|||
|
||||
.. code-block:: html
|
||||
|
||||
<img src="/media/CACHE/iimages/982d5af84cddddfd0fbf70892b4431e4.jpg" width="100" height="50" />
|
||||
<img src="/media/CACHE/images/982d5af84cddddfd0fbf70892b4431e4.jpg" width="100" height="50" />
|
||||
|
||||
You can also add additional HTML attributes; just separate them from your
|
||||
keyword args using two dashes:
|
||||
|
|
@ -259,7 +259,7 @@ Like the generateimage tag, the thumbnail tag outputs an <img> tag:
|
|||
|
||||
.. code-block:: html
|
||||
|
||||
<img src="/media/CACHE/iimages/982d5af84cddddfd0fbf70892b4431e4.jpg" width="100" height="50" />
|
||||
<img src="/media/CACHE/images/982d5af84cddddfd0fbf70892b4431e4.jpg" width="100" height="50" />
|
||||
|
||||
Comparing this syntax to the generateimage tag above, you'll notice a few
|
||||
differences.
|
||||
|
|
|
|||
Loading…
Reference in a new issue