Skip to content

Commit

Permalink
3update
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisdeBest committed May 10, 2020
1 parent 1489018 commit 8b36587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This also works with vich_uploader assets and liip_imagine filters :

```html
<picture>
<source srcset="{{ vich_uploader_asset(asset, 'imageFile') | set_webp_extension | imagine_filter(filter) }}" type="image/webp">
<source srcset="{{ vich_uploader_asset(asset, 'imageFile') | cb_webp | set_webp_extension | imagine_filter(filter) }}" type="image/webp">
<source srcset="{{ vich_uploader_asset(asset, 'imageFile') | imagine_filter(filter) }}">
<img src="{{ vich_uploader_asset(asset, 'imageFile') | imagine_filter(filter) }}">
</picture>
Expand Down

0 comments on commit 8b36587

Please sign in to comment.