<script src="/static/asciinema-player.min.js"></script> <script> AsciinemaPlayer.create('/static/base.cast', document.getElementById('demo_base'), { cols: 80, rows: 22, preload: true, loop: true, autoPlay: true, poster: 'npt:0:2' }); AsciinemaPlayer.create('/static/kselftests.cast', document.getElementById('demo_kselftests'), { cols: 80, rows: 22, preload: true, loop: true, autoplay: true, poster: 'npt:0:2' }); </script>