Player customization
PRO PLAN REQUIRED: How to customize the SmartVideo player
With a SmartVideo Pro plan, customizing the SmartVideo player is simple.
- Add theme.primaryColor to the SmartVideo snippet in the header of your site
- 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
}
};
Updated over 3 years ago