From 7bcb8a262f11b308575115fb5cfd463d3f4dbda9 Mon Sep 17 00:00:00 2001 From: Silvio <silvio@socioambiental.org> Date: Tue, 25 Jun 2013 19:22:19 -0300 Subject: Removing hardcoded width/height parameter --- timelinejs.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ?>", -- cgit v1.2.3