Description Usage Arguments Examples
Create a material media container
1 | material_media(src = NULL, width = NULL)
|
src |
Media path or url, if any. |
width |
media width in px. Should be NULL if responsive is TRUE. |
1 2 3 4 | material_media(
src = "https://materializecss.com/images/sample-1.jpg",
width = "650"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.