Skip to content

Commit

Permalink
🐛 correction de la doc inversion de paramètres
Browse files Browse the repository at this point in the history
  • Loading branch information
linkrb committed Sep 19, 2020
1 parent dae93d0 commit 1e89557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ Generates a `figure` tag with an `img` inside and his `noscript` version. The `l
```twig
umanit_image_figure_lazy_load(
image.path,
'tiny_thumbnail',
'small_thumbnail',
'tiny_thumbnail',
['thumbnail', 'large_thumbnail'],
'image alt',
'img img--cover img--zoom',
Expand Down Expand Up @@ -213,8 +213,8 @@ if needed. The `lazy` and `lazy-placeholder` classes are add to facilitate the
```twig
umanit_image_picture_lazy_load(
image.path,
'tiny_thumbnail',
'small_thumbnail',
'tiny_thumbnail',
['thumbnail', 'large_thumbnail'],
{
(image.path): {
Expand Down

0 comments on commit 1e89557

Please sign in to comment.