SmartCropVideoPlayer.posterimage

Configuration attribute for Smart Crop Video Viewer.

[SmartCropVideoPlayer.|<containerId>_smartCropVideoPlayer.]posterimage=none|[ *image_id*][? *isCommands*]

none|[ image_id][? isCommands]

The image to display on the first frame before the video starts playing, resolved against serverurl. If specified in the URL, HTTP-encode the following:

  • ? as %3F

  • & as %26

  • = as %3D

If the image_id value is omitted, the component attempts to use the default poster image for that asset instead.

When the video is specified as a path, the default poster images catalog id is derived from the video path as the catalog_id/image_id pair. The catalog_id corresponds to the first token in the path and image_id is the name of the video with the extension removed. If the image with that ID does not exist, the poster image is not shown.

To prevent the display of the default poster image, specify none as the poster image value. If only the isCommands are specified, the commands are applied to the default poster image before the image is displayed.

Properties

Optional.

Default

None.

Example

posterimage=none

On this page