Theme Colors
Our JS SDK now allows you to specify the color of a theme independently of the theme. If you want to apply the modern theme in red, for example, you can specify this as follows:
[code language="html"]
<ziggeoplayer ziggeo-theme="modern" ziggeo-themecolor="red" ziggeo-video="token">
</ziggeoplayer>
[/code]
Make sure to upgrade to revision 25 to activate it.