Skip to content

Commit

Permalink
Examples using imgur leave off protocol from url to avoid warning wit…
Browse files Browse the repository at this point in the history
…h or without https
  • Loading branch information
brianchirls committed Oct 11, 2015
1 parent 1dabeac commit 8861f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// https://dl.dropboxusercontent.com/u/8165395/AlsoSprachZarathustra.mp3
soundSource.sound('https://dl.dropboxusercontent.com/u/8165395/breakbeat.wav').moveTo(-10, 0, 0);

VR.image('http://i.imgur.com/1xYmW1N.jpg')
VR.image('//i.imgur.com/1xYmW1N.jpg')
.moveTo(-4, 2, 0)
.setScale(3)
.rotateY(Math.PI / 4);
Expand Down
2 changes: 1 addition & 1 deletion examples/panorama.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<script type="text/javascript" src="../build/vr.dev.js" charset="utf-8"></script>
<script type="text/javascript">
VR.panorama('http://i.imgur.com/Rp4hJKX.jpg?1');
VR.panorama('//i.imgur.com/Rp4hJKX.jpg?1');
</script>
</body>
</html>

0 comments on commit 8861f16

Please sign in to comment.