Skip to content

Commit

Permalink
Merge pull request #5 from linkrb/fix-parameters
Browse files Browse the repository at this point in the history
🐛 correction d'une inversion de paramètre par rapport à la doc
  • Loading branch information
DjLeChuck committed Sep 19, 2020
2 parents 26de11d + 1e89557 commit eb73362
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 @@ -214,8 +214,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 eb73362

Please sign in to comment.