vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.44k stars 6.93k forks source link

[Feature Request] Image Gallery component #11177

Open YZahringer opened 4 years ago

YZahringer commented 4 years ago

Problem to solve

It would be useful to have a component to manage a gallery of images or videos. It would also support the modal image gallery (lightbox). Masonry layout support would be amazing.

Proposed solution

KaelWD commented 4 years ago

This is just the grid system?

https://vuetifyjs.com/en/components/images/#grid

lightbox

1068

Masonry layout support

4091

What do you want that isn't either already possible or is covered by another issue?

YZahringer commented 4 years ago

Yes, it's a mix of all mentioned issues. Maybe a Gallery component to manage it.

billsliu commented 4 years ago

Lightbox gallery will be the most desirable feature, https://mdbootstrap.com/docs/vue/advanced/gallery/

douglasg14b commented 2 months ago

Just the component without content requirements would be great. There are some components right now that assume the content you desire, which makes them unfit for many ancillary use cases, and difficult if not impossible to style & customize.

🤔