From: Jeff Chapman <chapma...@sbcglobal.net>
To: simile-...@googlegroups.com
Sent: Friday, February 8, 2013 4:28 PM
Subject: [Simile-Widgets] size of timeline event bubble
Is there a way to configure the size of the event bubble that pops up when a user clicks on an event?Thanks.--
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 simile-widget...@googlegroups.com.
To post to this group, send email to simile-...@googlegroups.com.
Visit this group at http://groups.google.com/group/simile-widgets?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
var theme = Timeline.getDefaultTheme(); theme.event.bubble.width = 500; theme.event.bubble.height = 400; theme.mouseWheel = 'scroll'; bp.theme = theme;