vuetify
vuetify copied to clipboard
[Feature Request] Image Gallery component
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
- https://material.io/components/image-lists
- https://mdbootstrap.com/docs/vue/advanced/gallery/
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?
Yes, it's a mix of all mentioned issues. Maybe a Gallery component to manage it.
Lightbox gallery will be the most desirable feature, https://mdbootstrap.com/docs/vue/advanced/gallery/
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.
🤔