Tomasz,

Take a look at the source code of this example:

    http://simile.mit.edu/timeline/examples/jfk/jfk.html

and find this code section

            var theme = Timeline.ClassicTheme.create();
            theme.event.label.width = 250; // px
            theme.event.bubble.width = 250;
            theme.event.bubble.height = 200;


The theme object is where you set the bubble dimensions. Then you need 
to pass it into various subsequent calls.

David

Tomasz wrote:
> Hi to all timeline users.
> I am hoping I can find help here. Im looking for a method to make the event 
> information baloon bigger (with specified size) so pictures are fully 
> visible, and how can I embed some external content (like Google Maps, or 
> QTVR panoramas) into those baloons. Thanks for any help 
>
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general
>   

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to