Developer Docs /Backend Development /Delivery Tier /Component Development /Standard Components /Video Component
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 theDocument 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 theDocument 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 theDocument Component.