Iframe Customization

Custom visual parameters:

The customization options related to visual aspects will always be within the iframe route, passed as query parameters.

VariableDescriptionValuesDefault
primaryColorWhen filled as a query parameter, it will modify the primary color of all player items that use it as a reference.Default HEX value"#EDEDED"
watermarkOpacitySets the opacity of the watermark, if it exists.0.1 to 10.8
watermarkPositionWhen set in the query parameters, adjusts the position of the watermark on the screen."top-right", "top-center", "top-left", "bottom-right", "bottom-center", "bottom-center""top-right"
watermarkTextWhen filled in the query parameters, it displays a text watermark in the top right corner of the screen (if filled, it will override the image watermark)."Example value"null
watermarkTimeWhen filled in the query parameters, it defines the time which the watermark fades in/outnumber15
watermarkTypeWhen filled in the query parameters, it displays a watermark in the top right corner of the screen (if filled, it will override the image watermark)."text" or "img"null
watermarkUrlSet the watermark's link.stringnull

Custom behavior parameters:

The customization options related to behavior will always be referenced in the query parameters. If you want to use the default behavior, it is not necessary to declare them in the iframe.

VariableDescriptionValuesDefault
aspectRatioDeclare the video's aspect ratio."1:1", "4:3", "9:16", "16:9", "21:9""16:9"
autoplayWhen inserted as a query parameter and set to 1, the video player will start playing upon page load.number0
controlsWhen set in the query parameters as 0, the video player controls will be disabled.number1
pipWhen set to 1 in the query parameters, allows the video to be played in a Picture-in-Picture (PIP) window provided by the browser, if supported.number1
fullscreenIf set to 0, disables the fullscreen option for the user.number0
loopWhen set to 1 in the query parameters, the video will continuously loop, restarting after reaching the end.number0
mutedWhen set to 1 in the query parameters, the video will be played in muted mode, without audio.number0
preloadIf set to 0, disables video preloading.number1
responsiveIf set to 0, disables responsive layout in the player.number1
seekStepSets the time interval, in seconds, that the player should seek forward or backward when the seek keys (forward/backward) are pressed.number5
seekToSet in seconds, the time which the video should start.number0
startSummarySets if the video should start as summarized, 0 starts with the default, 1 as summarized.number0
volumeStepSets the volume increment/decrement when the volume keys are pressed.number0.2