Define a theme to be used by all waiter loading screens. These can be overriden in individual loading screens.
1 2 3 4 5 | waiter_set_theme(html = spin_1(), color = "#333e48", logo = "", image = "")
waiter_get_theme()
waiter_unset_theme()
|
html |
HTML content of waiter, generally a spinner, see |
color |
Background color of loading screen. |
logo |
Path to logo to display. Deprecated. |
image |
Path to background image. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.