Releases: wottpal/kirby-lightbox-gallery
Releases · wottpal/kirby-lightbox-gallery
v0.3.1
v0.3.0
Added a bunch of options and squashed some bugs:
- Custom page-source definable
id
definableclass
definable in Kirbytagcols
&mobilecols
definable in Kirbytag- Reworked
stretch
property and made it definable in Kirbytag - Added
all
keyword to include all images on a page - Added
order
option for optional random or reverse sorting - Fixed a bug when stretch was set to false and
count < cols
v0.2.0
- Now you can use Kirby-Focus by @flokosiol to generate your thumbnails
- A new way to define your thumb-provider (via
lightboxgallery.thumb.provider
) - Ability to set options for every thumb-provider (via
lightboxgallery.thumb.options
), not only for ImageSet like before - Define which row gets strechted (or not) with 'lightboxgallery.stretch' and 'lightboxgallery.stretch.last'
- Renamed
lightboxgallery.max.preview
tolightboxgallery.limit
(kirbytag-option) accordingly which is more Kirby-style I think. - Disabled PhotoSwipe show/hide animations for now, because it looked odd how square-images became non-square. Has anybody a better idea here?
- Updated
README.md
with the ability of the plugin to transfer title/caption of the image into PhotoSwipe, which is totally forgot to mention.