silencesys / silentbox

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

Fixed autoplay #47

Closed k1berpunk closed 3 years ago

k1berpunk commented 3 years ago

Hi! Thanks for this clean and easy library! I found a small bug: "autoplay" options is a boolean in docs but it works only if it's a string with value "autoplay". I removed unneccesarry condition and now it works as expected.

silencesys commented 3 years ago

Hello, thank you for fixing that thing! :)