mime_image | R Documentation |
Returns the MIME type of an image based on the filename extension. If a MIME type for a file extension is not found then the extension itself will be returned.
mime_image(filename)
filename |
character: file name |
character
mime_image("support.png")
mime_image("support.jpg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.