Skip to content

Commit 7d25024

Browse files
committed
Try using relative path in asciinema snippet and reduce speed
1 parent d1b214b commit 7d25024

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

2025-07-15-fdris-workshop.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ The traffic lights are meant to give a quick opinionated suggestion of the tools
170170
<div id="python-tooling-demo"></div>
171171
<script src="/js/asciinema-player.min.js"></script>
172172
<script>
173-
AsciinemaPlayer.create('/images/python-tooling.cast', document.getElementById('python-tooling-demo'), {
174-
speed: 1,
173+
AsciinemaPlayer.create('images/python-tooling.cast', document.getElementById('python-tooling-demo'), {
174+
speed: 0.75,
175175
cols: 115,
176176
height: 16,
177177
autoPlay: false,

0 commit comments

Comments
 (0)