silencesys / silentbox

A lightbox inspired Vue.js component.
https://silentbox.rocek.dev
MIT License
296 stars 51 forks source link

feature - adjustable number of thumbs #44

Closed JohnyProkie closed 3 years ago

JohnyProkie commented 3 years ago

Good afternoon! / Hezké odpoledne :) I love your gallery, but I needed some preview functionality + lazy loading seems to be a nice extra feature, so I did these changes:

Usage:

<silent-box :gallery="images" :preview-count="2">
</silent-box>

Renders only two lazy loaded pictures as preview from whole gallery

<silent-box :gallery="images" :preview-count="2" :lazy-loading="false">
</silent-box>

Same as above, with eager loading.

silencesys commented 3 years ago

Good afternoon / pěkné odpoledne

I'm glad you like this plugin and I'm happy for your contribution! Sadly due to work this week I'm unable to go through the pull request anytime soon. Hopefully I'll find more time during the weekend. Sorry for waiting. :)

JohnyProkie commented 3 years ago

All fine, take your time :)

silencesys commented 3 years ago

Thanks for your contribution and patience! :)