diff --git a/includes/GlModelTransformOutput.php b/includes/GlModelTransformOutput.php index 0c18528..724ba3a 100644 --- a/includes/GlModelTransformOutput.php +++ b/includes/GlModelTransformOutput.php @@ -107,7 +107,7 @@ class GlModelTransformOutput extends MediaTransformOutput { } //Add important additional attributes and render model-viewer with hotspots - $attrModelView = array_merge(['src' => $srcUrl, 'class' => 'mv-model', 'interpolation-decay' => '100'], $attrModelView); + $attrModelView = array_merge(['src' => $srcUrl, 'class' => 'mv-model', 'interpolation-decay' => '100', 'interaction-prompt' => 'none'], $attrModelView); $attrModelView['style'] = 'width: 100%; height: 100%;'; $hotspotHtml = (isset($hotspots)) ? implode($hotspots) : '';