library(dovetail) source(dvt_opts()) f <- function(s, m) paste0(s * m, "px") knitr::opts_chunk$set(out.width = f(148, 2), out.height = f(125, 2))
knitr::include_graphics("images/mm.png")
```{challenge showme, results = 'asis', out.width = f(148, 5), out.height = f(125, 5)}
knitr::include_graphics("images/mm.png")
knitr::include_graphics("images/mm.png")
```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.