How to use the shortcode? (attributes reference)

Minimal usage: [vdo id="____"]. It will be replaced by the video player.

More attributes can be defined like [vdo id="_____" key1="value"]. List of supported attributes:

Key Description
id Required It is the 32 character video identifier which can be copied from your vdocipher dashboard.
width Width of the video player. There will always be a max-width: 100% applied to the video player to avoid overflow. Hence, this is recommended to be set to the highest acceptable value. Do not append "px" at the end.
height Recommended to be set to auto. Auto will mean that the height will be automatically adjusted according to the aspect ratio. If the height or width can not fit the available size, height will be adjusted using letter-boxing, meaning that black bars will be added in one-dimension until it fits.
no_annotate Can be set to true if you want to disable watermark for a specific embed.
Below attributes are only available on player v2 version.
vdo_theme Player ID to be applied to this video. Player customisation id is different for v1 and v2 of the player. Using a theme will use that particular player version irrespective of player version selected here.
autoplay Acceptable value: true. If set, video will play automatically. But due to browser restrictions, it will be muted. A small banner on the video will prompt the viewer to "Tap To Unmute"
controls Acceptable values: on(default), off, or native.
cc_language You can upload the captions for the videos in VTT format from your vdocipher dashboard. These captions will be available from the player. This option sets the captions language to start with. Set this to the two-letter representation of the language as defined in ISO 639-1.