- content_for(:title, 'Embedding') markdown: # Embedding the player The asciicasts can easily be embedded on any HTML page. If you want to put the recording in your blog post, in your project's documentation or in your conference talk slides you can do it by copy-pasting the embed script. You can find the embed script on the asciicast's page. It looks like this: The player shows up right at the place where the script is pasted. Let's look at the following markup:
This is some text.
This is some other text.
The player will show up as a `div` element with a class "asciicast" between the two paragraphs. ## Customizing the player The embed script supports several customization options. An option can be applied by adding it as adata-option-name="option-value"
attribute to
the script tag.
### speed
The `speed` option alters the playback speed. The default speed is 1 which
means it plays at the unaltered, original speed.
For example, to make the playback 2 times faster than original recording the
script should look like this:
### size
The `size` option alters the size of the terminal font. There are 3 available
sizes:
* small (default)
* medium
* big
For example, to make the font big the script should look like this: