Player customization

PRO PLAN REQUIRED: How to customize the SmartVideo player

With a SmartVideo Pro plan, customizing the SmartVideo player is simple.

  1. Add theme.primaryColor to the SmartVideo snippet in the header of your site
  2. Add the hex code corresponding with the color of your choice

Example configuration

var swarmoptions = {
  swarmcdnkey: "<<publicAPIKey>>", // your API key - mandatory
  theme: {
    primaryColor: "YOUR_HEX_CODE" // changes the yellow color in our player
  }
};