Skip to content

Commit 13f681d

Browse files
allow vr
1 parent c0ad826 commit 13f681d

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="fullscreen"></iframe>`;
89+
<iframe src="https://turbowarp.org/embed?project_url=https://brackets-coder.github.io/BlockifyVR/${project}" allow="vr; xr-spatial-tracking; fullscreen"></iframe>`;
9090
document.getElementById("projectContainer").appendChild(document.createRange().createContextualFragment(html));
9191
}
9292

0 commit comments

Comments
 (0)