diff options
-rw-r--r-- | timelinejs.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs.tpl.php b/timelinejs.tpl.php index cd8a846..9fa4ff6 100644 --- a/timelinejs.tpl.php +++ b/timelinejs.tpl.php @@ -1,5 +1,5 @@ <!-- BEGIN Timeline Embed --> -<div id="timeline-embed" style="width:960px; height: 500px;"></div> +<div id="timeline-embed" style="width:<?print $width; ?>; height: <?php print $height; ?>;"></div> <script type="text/javascript"> var timeline_config = { width: "<?php print $width; ?>", |