Video Component
Class Name
The Video Component is implemented by the class
org.onehippo.cms7.essentials.components.EssentialsVideoComponent
Purpose
The Video component is a specialization of the Document component. Apart from specifying the Video document, which contains a link to the external video to be rendered, it provides you with the option to specify width and height dimensions for the iframe within which the video will be rendered.
Component Parameters
Name | Description |
width | Indication of the width (in pixel) of the iframe. Default is 420px. |
height | Indiaction of the height (in pixel) of the iframe. Default is 315px. |
See also the inherited component parameters of the Document Component.
Rendering Attributes
Name | Type | Description |
cparam | org.onehippo.cms7.essentials.components.info.EssentialsCarouselComponentInfo | Component parameters (see above) for use in the rendering template. |
See also the inherited rendering attributes of the Document Component.