Skip to content

Instantly share code, notes, and snippets.

@fernandojsg
Last active August 12, 2019 16:53
Show Gist options
  • Save fernandojsg/263b87009825dee4177696e9817505b0 to your computer and use it in GitHub Desktop.
Save fernandojsg/263b87009825dee4177696e9817505b0 to your computer and use it in GitHub Desktop.
Immersive custom elements demo
<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