Zoom view zoom-view

Main view consists of the static image.

CSS properties of the main viewer area

The appearance of the viewing area is controlled with the following CSS class selector:

.s7interactiveimage .s7zoomview
CSS property
Description
background-color
Background color in hexadecimal format of the main view.

Example - to make the main view transparent.

.s7interactiveimage .s7zoomview {
 background-color: transparent;
}
recommendation-more-help
b7426f53-aad9-4c00-83fc-664f30f681e8