Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.29 KB

VideoWatermark.md

File metadata and controls

24 lines (15 loc) · 1.29 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]

Implemented Interfaces

  • Serializable
  • DeepObject