cylindo-custom-content
The <cylindo-custom-content>
is used to embed any HTML content into your <cylindo-viewer>
.
Attributes
slot
(required)
The name of the slot where the content will be placed. This is used to identify the content and to switch between different content.
By default, any content that is placed inside the <cylindo-custom-content>
will be displayed in the slot along any other content with a slot
attribute set to this value.
Default value | Options |
---|---|
"" | string |
thumbnail-src
The URL of a thumbnail image. When this item is shown in a thumbnail-mode, for example in the <cylindo-thumbnail-bar>
, this image will be used.
Default value | Options |
---|---|
"" | string |
alt
Alternative text for the viewer. This is used by screen readers.
Default value | Options |
---|---|
"" | string |
zoom-src
An image that can be used by a zoom feature. If passed, the item will be zoomable.
Default value | Options |
---|---|
"" | string |