finish documentation

develop
HerrHase 1 year ago
parent 1f5906f2cc
commit 23e25fdcff

@ -192,11 +192,11 @@ optimize Images. The Filter needs a relative Path in the File Structure.
Basic Usage:
```
{% page.teaser.src | resize({ 'width' '300' }) %}
{% page.teaser.src | resize({ 'width': '300' }) %}
```
Add options:
```
{% page.teaser.src | resize({ 'width' '300' }, { sigma: 2 }) %}
{% page.teaser.src | resize({ 'width': '300' }, { sigma: 2 }) %}
```
Loading…
Cancel
Save