Skip to content
Snippets Groups Projects
Commit b0df6276 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Added preload parameter to asciinema shortcode.

parent 166c42b9
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ To speedup the compilation process append the number of cores of your cpu to the
$ make -j 8
```
{{< asciinema url="https://asciinema.org/a/249005" >}}
{{< asciinema url="https://asciinema.org/a/249005" preload="1" >}}
### Option: Eclipse
......
......@@ -6,6 +6,7 @@
src='{{ .Get "url" }}.js'
async
{{ with .Get "autoplay"}} data-autoplay="{{.}}"{{ end }}
{{ with .Get "preload"}} data-preload="{{.}}"{{ end }}
{{ with .Get "loop"}} data-loop="{{.}}"{{ end }}
{{ with .Get "speed"}} data-speed="{{.}}"{{ end }}
{{ with .Get "cols"}} data-cols="{{.}}"{{ end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment