kytta / vue-tinybox

🌌 A slick, yet tiny lightbox gallery for Vue.js
http://os.kytta.dev/vue-tinybox/
MIT License
95 stars 7 forks source link

How to run only inside a container, not full screen? #31

Open marcio-ota opened 3 years ago

marcio-ota commented 3 years ago

The Question It's possible to show tinybox only inside a div ?

Additional context I'm running in a admin template, with left sidebar, but tinybox stay below of the menu...

kytta commented 3 years ago

Sadly it's not possible currently, and I'm not sure I can implement it any time soon. You should consider using a carousel component — try searching for these rather than a lightbox.

As a hacky fix I could suggest using an <iframe>... I have zero guarantee that it will work properly, if at all 😅