From 4277ecd82a7661e1179db7659327da838183a226 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Thu, 27 Jul 2017 14:36:58 +0200 Subject: [PATCH] Document cols/rows overriding --- web/templates/doc/embedding.html.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/templates/doc/embedding.html.md b/web/templates/doc/embedding.html.md index ebdd58c..33eedb9 100644 --- a/web/templates/doc/embedding.html.md +++ b/web/templates/doc/embedding.html.md @@ -147,6 +147,16 @@ author). The available themes are: * solarized-light * monokai +### cols + +The `cols` option allows overriding width (in characters) of the emulated +terminal. By default the recorded terminal's width is used. + +### rows + +The `rows` option allows overriding height (in lines) of the emulated terminal. +By default the recorded terminal's height is used. + ## oEmbed / Open Graph / Twitter Card asciinema supports [oEmbed](http://oembed.com/), [Open Graph](http://ogp.me/)