Browse Source

Fix

customisations
alemart 6 months ago
parent
commit
c272828e2b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      addons/aframe/ar-scan-gimmick.js

+ 1
- 0
addons/aframe/ar-scan-gimmick.js View File

116
         img.style.width = '100%';
116
         img.style.width = '100%';
117
         img.style.height = '100%';
117
         img.style.height = '100%';
118
         img.style.objectFit = 'contain';
118
         img.style.objectFit = 'contain';
119
+        img.style.pointerEvents = 'none';
119
         img.style.display = 'inline-block';
120
         img.style.display = 'inline-block';
120
         img.style.opacity = this.data.opacity;
121
         img.style.opacity = this.data.opacity;
121
 
122
 

Loading…
Cancel
Save