The fullscreen
function is used to toggle fullscreen mode in the browser.
1 2 3 4 5 6 7 | fullscreen(
fullscreen_mode = TRUE,
message = "<p>The experiment will switch to full screen mode when you press the button below</p>",
button_label = "Continue",
delay_after = 1000
)
|
fullscreen_mode |
If TRUE, sets browser in full screen mode. Default: TRUE. |
message |
This is the message that is displayed in the browser to inform of the switch to fullscreen mode. |
button_label |
This is label of the button to acknowledge the switch. |
delay_after |
Time period in ms after the switch to proceed with the following element in the timeline. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.