Skip to content

Commit 678a6f7

Browse files
let's try this again
1 parent 13f681d commit 678a6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projects/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h5 style="margin: 0; padding-bottom: 25px">${data[id].slice(0, data[id].indexOf
8686
<div style="padding-bottom: 25px">
8787
<a href="${project}" class="btn btn-outline-primary" download>Download Project</a>
8888
</div>
89-
<iframe src="https://turbowarp.org/embed?project_url=https://brackets-coder.github.io/BlockifyVR/${project}" allow="vr; xr-spatial-tracking; fullscreen"></iframe>`;
89+
<iframe src="https://turbowarp.org/embed?project_url=https://brackets-coder.github.io/BlockifyVR/${project}" allow="xr-spatial-tracking; vr; webxr; accelerometer; gyroscope; magnetometer" allowfullscreen allowvr="yes" frameborder="0"></iframe>`;
9090
document.getElementById("projectContainer").appendChild(document.createRange().createContextualFragment(html));
9191
}
9292

0 commit comments

Comments
 (0)