# globals.R
# Size of lists.
sizes_map <- list(
rectsmall = c(5, 3.5),
rect = c(7, 5),
rectbig = c(8, 6),
rectxbig = c(10, 8),
sqrsmall = c(4, 3.5),
sqr = c(6, 5),
sqrbig = c(8, 7),
sqrxbig = c(10, 9),
custom = c(NA, NA)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.