Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.37 KB

VideoWatermark.md

File metadata and controls

17 lines (13 loc) · 1.37 KB

VideoWatermark

Properties

Name Type Description Notes
id str id of the watermark [optional]
top str Distance expressed in px or % between the top-border of the video and the watermark-image. [optional]
left str Distance expressed in px or % between the left-border of the video and the watermark-image. [optional]
bottom str Distance expressed in px or % between the bottom-border of the video and the watermark-image. [optional]
right str Distance expressed in px or % between the right-border of the video and the watermark-image. [optional]
width str 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 str 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 str 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]