Player Customizations
Detailed guide for video player customizations.
You will find these settings under Video Collection -> Player Customizations

Player customization page
Preload
The preload parameter is a boolean attribute. The preload attributes defines that the video should be loaded when the page load. Default value of this parameter is true
Autoplay
The autoplay parameter is a boolean attribute. When true
, the video will automatically start playing as soon as it can do so without stopping. Default value of this parameter is false
VAST Tag
This parameter takes VAST tag URL as input. Our player will automatically play ads defined in this VAST tag during playback.
Logo URL
This parameter takes image URL as its input. It overlays the image fetched from URL over the video being processed.
Logo Position
Overlay image can be modified with Logo position parameter. This logo position value can be one of top-left
,top-right
, bottom-right
,bottom-left
.

Logo Width (in px)
This parameter sets width of overlay image.
Logo Height (in px)
This parameter sets width of overlay image.
Updated 7 months ago