Main view consists of the spin image when the current asset is a spin set.
CSS properties of the main viewer area
The appearance of the viewing area is controlled with the following CSS class selector:
.s7mixedmediaviewer .s7spinview
CSS property |
Description |
---|---|
background-color |
Background color in hexadecimal format of the spin view. |
Example - To make the spin view transparent.
.s7mixedmediaviewer .s7spinview {
background-color: transparent;
}