We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ea2af commit 9043263Copy full SHA for 9043263
1 file changed
index.html
@@ -130,7 +130,11 @@ <h2>Arbitrary Commands</h2>
130
<a class="btn btn-success" href="https://github.com/facebook/pathpicker/" role="button">More on GitHub</a>
131
</div>
132
<div class="asciiDemo col-md-6">
133
- <script type="text/javascript" src="https://asciinema.org/a/19520.js" id="asciicast-19520" async></script>
+ <!-- <script type="text/javascript" src="https://asciinema.org/a/19520.js" id="asciicast-19520" async></script> -->
134
+ <a class="mobile-show" href="https://asciinema.org/a/19520" target="_blank"><img src="https://asciinema.org/a/19520.svg" /></a>
135
+ <div class="mobile-hide">
136
+ <script id="asciicast-19520" src="https://asciinema.org/a/19520.js" async></script>
137
+ </div>
138
139
140
0 commit comments