Hi,
I feel really quite dumb but I just can't find how to do this in the
documentation :( Perhaps I'm tackling it all wrong.
I have a very simple timeline initiated by the following code:
<script>
$(document).ready(function() {
createStoryJS({
type: 'timeline',
width: '970',
height: '600',
start_at_slide: '1',
source: '/about/timeline-page/TimelineItems',
embed_id: 'my-timeline',
debug: true,
css: '/timelinejs/compiled/css/timeline.css',
js: '/timelinejs/compiled/js/timeline.js'
});
});
</script>
All I'm trying to do is to get the timeline to center on today's date and
show a range of 1 year when it first loads. Can anyone advise how to do
this?
Many thanks folks.
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.