Setting the height of an icon

29 views
Skip to first unread message

Jeff Roehl

unread,
Aug 28, 2012, 7:43:15 PM8/28/12
to simile-...@googlegroups.com
Does anybody know how to set the height of an icon (image) placed on a timeline?

Can this be done via CSS? If so, is there any examples?

Apparently it isn't:

  • iconWidth: 10 //px?
    The width of the icon in pixel.
  • iconHeight: 10 //px?
    The height of the icon in pixel.

    As these seem to set margins and so forth.

    I would like to set the height of the actual picture in the band.
 

fgalah

unread,
Aug 30, 2012, 4:49:15 AM8/30/12
to simile-...@googlegroups.com, Jeff Roehl
Hi Jeff,

You should be able to do this in CSS like so:

.timeline-event-icon img {
width:100px;
Reply all
Reply to author
Forward
0 new messages