Last active
August 12, 2019 16:53
-
-
Save fernandojsg/263b87009825dee4177696e9817505b0 to your computer and use it in GitHub Desktop.
Immersive custom elements demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="https://rawcdn.githack.com/MozillaReality/immersive-custom-elements/v0.1.0/build/immersive-custom-elements.js"></script> | |
</head> | |
<body> | |
<img-360 src="360-landscape.jpg" width="640" height="360"></img-360> | |
<video-360 src="myvideo.mp4" width="640" height="360"></video-360> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment