Remove interation promt

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-10-28 13:56:39 -07:00
parent 6b3e1f4e19
commit da3e61df9c

View File

@@ -107,7 +107,7 @@ class GlModelTransformOutput extends MediaTransformOutput {
} }
//Add important additional attributes and render model-viewer with hotspots //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%;'; $attrModelView['style'] = 'width: 100%; height: 100%;';
$hotspotHtml = (isset($hotspots)) ? implode($hotspots) : ''; $hotspotHtml = (isset($hotspots)) ? implode($hotspots) : '';