Skip to content

Commit

Permalink
Merge pull request mfg92#16 from RidaAyed/fixtypo
Browse files Browse the repository at this point in the history
Removed quotes from bool value in README.md
  • Loading branch information
mfg92 committed Jan 11, 2021
2 parents da8bc01 + d95583d commit 5fd02e5
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 @@ -37,7 +37,7 @@ https://gohugo.io/hugo-modules/theme-components/.
Here is an usage example:

```
{{< gallery match="images/*" sortOrder="desc" rowHeight="150" margins="5" resizeOptions="600x300 q90 Lanczos" showExif="true" previewType="blur" embedPreview="true" >}}
{{< gallery match="images/*" sortOrder="desc" rowHeight="150" margins="5" resizeOptions="600x300 q90 Lanczos" showExif=true previewType="blur" embedPreview="true" >}}
```

This shortcode will generate a gallery containing all images of the folder *images*.
Expand Down Expand Up @@ -76,7 +76,7 @@ The setting `lastRow` configures the justification of the last row of the grid.

When the users clicks on an image, a lightbox shows up displaying the clicked image in large using the whole available space.
If the image contains a title or description there will be a top bar displaying that.
If the `showExif` option is set to "true", some parts of the image's EXIF data will be shown on the bottom bar e.g.: "Canon EOS 80D + EF100-400mm f/4.5-5.6L IS II USM 400mm f/8 1/400sec ISO 2500".
If the `showExif` option is set to `true` (without quotes), some parts of the image's EXIF data will be shown on the bottom bar e.g.: "Canon EOS 80D + EF100-400mm f/4.5-5.6L IS II USM 400mm f/8 1/400sec ISO 2500".
The EXIF display will only work if you add following lines to your *config.toml*:
```TOML
[imaging.exif]
Expand Down

0 comments on commit 5fd02e5

Please sign in to comment.