1 minWebsite IntegrationsSet Website IntegrationLearn how to add a code snippet to easily embed Dimensions assets using HTML and/or Javascript code. The dimensions tag is a JS snippet...
1 minWebsite IntegrationsHTML Tag AttributesThe tag searches for specific data attributes in your page’s HTML. 🖼️ Images Include an image in your website like this: <div...
1 minWebsite IntegrationsGlobal Viewer ConfigurationsTo globally set Viewer-related properties, you can add the following config to the Dimensions tag init: const d8sApi = initDimensions({...
1 minWebsite IntegrationsProgrammaticAnother way to include an image on the page is through the tag’s API. const d8sApi = initDimensions({ ... }); ...
1 minWebsite IntegrationsTag ExampleAn example sandbox with tag & 3d viewer can be found here: Dimensions Demo Website