We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ad826 commit 13f681dCopy full SHA for 13f681d
docs/projects/index.html
@@ -86,7 +86,7 @@ <h5 style="margin: 0; padding-bottom: 25px">${data[id].slice(0, data[id].indexOf
86
<div style="padding-bottom: 25px">
87
<a href="${project}" class="btn btn-outline-primary" download>Download Project</a>
88
</div>
89
- <iframe src="https://turbowarp.org/embed?project_url=https://brackets-coder.github.io/BlockifyVR/${project}" allow="fullscreen"></iframe>`;
+ <iframe src="https://turbowarp.org/embed?project_url=https://brackets-coder.github.io/BlockifyVR/${project}" allow="vr; xr-spatial-tracking; fullscreen"></iframe>`;
90
document.getElementById("projectContainer").appendChild(document.createRange().createContextualFragment(html));
91
}
92
0 commit comments