diff --git a/README.md b/README.md index 7854352..8a24745 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Obsidian Image Gallery is a zero setup masonry image gallery for [Obsidian](http ## Requirements -- [Obsidian](https://obsidian.md/) `(ver >= 0.14.6)` +- [Obsidian](https://obsidian.md/) `(ver >= 1.1.8)` - A folder(s) of local images located somewhere in your vault ## Installation @@ -48,6 +48,10 @@ In *[Live Preview](https://help.obsidian.md/Live+preview+update)* mode, the gall ![Obsidian Image Gallery - Animation](assets/obsidian-image-gallery.gif) +`1.1.1` introduces a lightbox view accessible by clicking on any image part of the gallery. Then, if you need to, click the button on the top right to open the original image in a new tab. + +![Obsidian Image Gallery - Animation](assets/obsidian-image-gallery-lightbox.jpg) + ## Settings Settings can be customized in any order, in `yaml` syntax. Optional properties default to the values outlined in the tables below: @@ -88,7 +92,7 @@ An additional note about the orientation of the masonry vs. the distribution of ## Changelog `1.1.1` - - Fix bug for the "open image in new tab" feature + - fixed bug for the "open image in new tab" feature `1.1.0` - fixed alphabetical sorting diff --git a/assets/obsidian-image-gallery-lightbox.jpg b/assets/obsidian-image-gallery-lightbox.jpg new file mode 100644 index 0000000..a58345d Binary files /dev/null and b/assets/obsidian-image-gallery-lightbox.jpg differ