Asciinema player renders as unstyled black shapes on deployed docs site #17
Loading…
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?
The asciinema screencasts on the Usage page render as large black geometric shapes instead of terminal players. The play button SVG and player controls appear unstyled and at full size, which points to the asciinema-player CSS not loading. The CSS is currently loaded from the unpkg CDN — this may be blocked by a Content-Security-Policy header from the grebedoc hosting server, or the CDN may be unreliable. Fix: bundle the asciinema-player CSS and JS locally in the docs directory instead of referencing them from unpkg.