kopia lustrzana https://github.com/wagtail/wagtail
Fix code example in image file formats docs
rodzic
ff47c58d65
commit
2055da6a3a
docs/advanced_topics/images
|
@ -447,6 +447,7 @@ Contributors
|
|||
* Vlad Gerasimenko
|
||||
* Tomonori Tanabe
|
||||
* Jannik Wempe
|
||||
* Sylvain Fankhauser
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -21,7 +21,7 @@ image formats and let the browser choose the one it prefers. For example:
|
|||
{% image myimage width-1000 format-png as image_png %}
|
||||
<source srcset="{{ image_png.url }}" type="image/png">
|
||||
|
||||
{{ image_png }}
|
||||
{% image myimage width-1000 format-png %}
|
||||
</picture>
|
||||
|
||||
Customizing output formats
|
||||
|
|
Ładowanie…
Reference in New Issue