Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.24 KB

VideoWatermark.md

File metadata and controls

18 lines (12 loc) · 1.24 KB

VideoWatermark

Properties

Name Type Description Notes
id string id of the watermark [optional]
top string Distance expressed in px or % between the top-border of the video and the watermark-image. [optional]
left string Distance expressed in px or % between the left-border of the video and the watermark-image. [optional]
bottom string Distance expressed in px or % between the bottom-border of the video and the watermark-image. [optional]
right string Distance expressed in px or % between the right-border of the video and the watermark-image. [optional]
width string Width of the watermark-image relative to the video if expressed in %. Otherwise a fixed width. NOTE: To keep intrinsic watermark-image width use `initial`. [optional]
height string Height of the watermark-image relative to the video if expressed in %. Otherwise a fixed height. NOTE: To keep intrinsic watermark-image height use `initial`. [optional]
opacity string Opacity expressed in % only to specify the degree of the watermark-image transparency with the video. [optional]