Main viewer area main-viewer-area

The main view area is occupied by the video. It usually sets to fit the available device screen when no size is specified.

The following CSS class selector controls the appearance of the viewing area:

.s7videoviewer

CSS properties of the main viewer area css-properties-of-the-main-viewer-area

width
Viewer width.
height
Viewer height.
background-color
Background color in hexadecimal format.

Example section-e8caea0a303c425a8a637c2a47c06355

To set up a video viewer with a white background (#FFFFFF) and make its size 512 x 288 pixels:

.s7videoviewer {
 background-color: #FFFFFF;
 width: 512px;
 height: 288px;
}
recommendation-more-help
b7426f53-aad9-4c00-83fc-664f30f681e8