diff options
author | Silvio <silvio@socioambiental.org> | 2018-07-03 16:01:28 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2018-07-03 16:01:28 -0300 |
commit | a26e6e215648c02f96e342020289cbb1d1845ba9 (patch) | |
tree | 7477bb9c588299128a7fefb7e5a135107c1f4864 /timelinejs_embed.tpl.php | |
parent | 9826a88694a0f1ad35ed5c9da2287f366ad890f7 (diff) | |
download | timelinejs-a26e6e215648c02f96e342020289cbb1d1845ba9.tar.gz timelinejs-a26e6e215648c02f96e342020289cbb1d1845ba9.tar.bz2 |
Adds embed code textarea (2)
Diffstat (limited to 'timelinejs_embed.tpl.php')
-rw-r--r-- | timelinejs_embed.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs_embed.tpl.php b/timelinejs_embed.tpl.php index cc5a18a..3065acd 100644 --- a/timelinejs_embed.tpl.php +++ b/timelinejs_embed.tpl.php @@ -1,3 +1,3 @@ <br /> <?php global $base_url; ?> -<?php print t('Embed code'); ?>: <textarea rows="1" style="width: 90%;"><iframe src="<?php print $base_url; ?>/<?php print $lang; ?>/node/<?php print $nid; ?>" height="300px" width="100%" allowfullscreen frameborder="0"></textarea> +<?php print t('Embed code'); ?>: <textarea rows="1" style="width: 90%;"><iframe src="<?php print $base_url; ?>/<?php print $lang; ?>/node/<?php print $nid; ?>" height="600px" width="100%" allowfullscreen frameborder="0"></textarea> |