From 5c12c93fe79b4983b1964cdcf8ee2ce8bba22df1 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Thu, 21 Apr 2016 17:03:48 +0200 Subject: [PATCH] Improve preload option doc --- app/views/docs/embedding.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/docs/embedding.html.md b/app/views/docs/embedding.html.md index 618c48d..615ff8b 100644 --- a/app/views/docs/embedding.html.md +++ b/app/views/docs/embedding.html.md @@ -110,9 +110,11 @@ when the player loads. Accepted values: The `preload` option controls whether the player should immediately start fetching the recording. -* 0 / false - do not preload the recording, wait for user action (default) +* 0 / false - do not preload the recording, wait for user action * 1 / true - preload the recording +Defaults to 1 for asciinema.org URLs, to 0 for embed script. + ### loop The `loop` option allows for looping the playback. This option is usually