Update player
This commit is contained in:
parent
e3c04e1461
commit
54769d5e4e
@ -4,9 +4,10 @@ function tryCreatePlayer(parentNode, asciicast, options) {
|
||||
function createPlayer() {
|
||||
asciinema_player.core.CreatePlayer(
|
||||
parentNode,
|
||||
asciicast.width, asciicast.height,
|
||||
asciicast.url,
|
||||
{
|
||||
width: asciicast.width,
|
||||
height: asciicast.height,
|
||||
snapshot: asciicast.snapshot,
|
||||
speed: options.speed,
|
||||
autoPlay: options.autoPlay,
|
||||
|
1351
vendor/assets/javascripts/asciinema-player.js
vendored
1351
vendor/assets/javascripts/asciinema-player.js
vendored
File diff suppressed because it is too large
Load Diff
@ -149,6 +149,7 @@
|
||||
.asciinema-terminal .line span {
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
}
|
||||
.asciinema-terminal .line {
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user