Description Usage Arguments Examples
Create a material gallery
1 | material_gallery(..., id, fullscreen = FALSE)
|
... |
Slot for material_gallery_item. |
id |
Unique gallery id. |
fullscreen |
Whether to display in a fullscreen mode. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | material_gallery(
material_gallery_item(
src = "https://pixinvent.com/materialize-material-design-admin-template/images/gallary/22.png",
"A beautiful image"
),
material_gallery_item(
src = "https://cdn.dribbble.com/users/329207/screenshots/3761869/bemocs_rei_labor_day_dribbble.jpg",
"Another beautiful image"
),
material_gallery_item(
src = "https://img00.deviantart.net/2cb5/i/2017/048/a/4/blue_mountain_by_jordangrimmer-dazetlq.jpg",
"Yet another beautiful image"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.