README: Don't preload CI recording, show poster from end of run
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
628c4f0cae
commit
71ab6d9972
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ demo_passt_player = AsciinemaPlayer.create('/builds/latest/web/demo_passt.cast',
|
|||
<script>
|
||||
ci_player = AsciinemaPlayer.create('/builds/latest/web/ci.cast',
|
||||
document.getElementById('ci'),
|
||||
{ cols: 240, rows: 51, preload: true }
|
||||
{ cols: 240, rows: 51, poster: 'npt:999:0' }
|
||||
);
|
||||
</script>
|
||||
<div><script src="/builds/latest/web/ci.js"></script></div>
|
||||
|
|
Loading…
Reference in a new issue