Remove interation promt
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -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) : '';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user