Skip to content

Commit

Permalink
Fix broken links in 14_ImageThumbnails.md (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse authored Jul 1, 2024
1 parent 320ca41 commit 4ad6401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/14_ImageThumbnails.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Image Thumbnails

To stay organized, the ToolboxBundle provides a dedicated configuration and a simple helper for image thumbnails.
Every required thumbnail size is defined in the [toolbox configuration](https://github.com/dachcom-digital/pimcore-toolbox/blob/master/config/pimcore/image_thumbnails.yaml).
So it's easy for you to simplify or change the [Image Thumbnail](https://www.pimcore.org/docs/5.0.0/Assets/Working_with_Thumbnails/Image_Thumbnails.html) reference.
Every required thumbnail size is defined in the [toolbox configuration](https://github.com/dachcom-digital/pimcore-toolbox/blob/master/config/image_thumbnails.yaml).
So it's easy for you to simplify or change the [Image Thumbnail](https://pimcore.com/docs/platform/Pimcore/Assets/Working_with_Thumbnails/Image_Thumbnails/) reference.

Although this is just an optional feature, it makes sense to use the view helper in your project and custom bricks.

Expand All @@ -20,4 +20,4 @@ toolbox:
```twig
{{ asset.getThumbnail(toolbox_get_image_thumbnail('my_thumbnail_size')) }}
```
```

0 comments on commit 4ad6401

Please sign in to comment.