You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
time: override the current time for selecting which talk to display
gracePeriod: time in seconds. if no talk is found for current time, retry with current time offset by gracePeriod in both directions. default: 360s (5min)
interval: time in seconds. if set, redisplay in the configured interval
left, bottom, width, top: layout params which override the respective css properties on the containing element, any css units work, vw/vh are recommended. examples:
full width, no margins: left=0&bottom=0&width=100vw
half width, to the right: left=50vw&&width=50vw
currently unused params
intro: 1=full intro, omit or set to 0 for low-profile version
autoIntro: for use with interval, if set to 1, will play fancy intro animation once and use the fade-in for subsequent intervals