Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.4 KB

VideoWatermark.md

File metadata and controls

17 lines (13 loc) · 1.4 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]

[Back to Model list] [Back to API list] [Back to README]