360° Interior Viewer
HTML Attributes
The HTML snippet requires the id
filled with the value carpose-interior-viewer
to initialize the component. For the mapping between the car ad on your website and Carpose its mandatory to provide at least the data-id
or data-offer-number
field.
id
string
carpose-interior-viewer
Required to initalize the component
data-id
int
46649
Internal ID of the Carpose
data-offer-number
string
carpose-de
External ID of an provider like Netconnection or CarZilla
JavaScript Events
The component fires certain events for certain conditions to hook into the process.
carpose-interior-viewer-loaded
Event is thrown if the viewer was loaded successfully
carpose-interior-viewer-failed
Event is thrown if the viewer has thrown an exception while loading. E.g. no images found or car ad itself not found
Example
CodePen
Last updated