mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #191] Different sizing for player before clicked. #756
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#756
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rjb25 on GitHub (Feb 2, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/191
When you click on a terminal recording, it then resizes to it's appropriate size. Shouldn't it start at the real size? Is this intentional? Is there a way to disable this? NOTE: This is for the embedded player that reads json files.


Pre click:
Post click:
Also side note but related, there is no preview of the terminal video.
@ku1ik commented on GitHub (Feb 12, 2017):
It's explained in player's README: https://github.com/asciinema/asciinema-player#cols
Just set
colsandrowsto the values ofwidthandheightfrom the JSON file.