Fix code example in image file formats docs

pull/5986/head
Sylvain Fankhauser 2020-04-24 11:23:40 +02:00 zatwierdzone przez LB
rodzic ff47c58d65
commit 2055da6a3a
2 zmienionych plików z 2 dodań i 1 usunięć
docs/advanced_topics/images

Wyświetl plik

@ -447,6 +447,7 @@ Contributors
* Vlad Gerasimenko
* Tomonori Tanabe
* Jannik Wempe
* Sylvain Fankhauser
Translators
===========

Wyświetl plik

@ -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