Masonry View Style
Categories
Component ID
2864725
Component name
Masonry View Style
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
158
Component created
Component changed
Component body
This is a simplified Masonry Views output style without contrib module dependencies.
You're responsible for styling the grid -- something like this in your theme should get you started:
.mvs-grid {
/* wrapper styling */
}
.mvs-grid-item {
/* grid item styling */
width: 33%;
}
The underlying frontend libraries, which are included for convenience:
These libraries are available on the Unpkg CDN and you could patch libraries.yml to use these externally.
