Use minified versions
This commit is contained in:
parent
ad8eca522f
commit
80e2e6da9e
9 changed files with 103 additions and 21610 deletions
|
@ -5,7 +5,7 @@
|
|||
<title>Panorama viewer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" href="../css/photo-sphere-viewer.css">
|
||||
<link rel="stylesheet" href="../css/photo-sphere-viewer.min.css">
|
||||
|
||||
<style>
|
||||
html, body {
|
||||
|
@ -39,8 +39,8 @@
|
|||
<div id="photosphere"></div>
|
||||
|
||||
<script src="../js/three.min.js"></script>
|
||||
<script src="../js/browser.js"></script>
|
||||
<script src="../js/photo-sphere-viewer.js"></script>
|
||||
<script src="../js/browser.min.js"></script>
|
||||
<script src="../js/photo-sphere-viewer.min.js"></script>
|
||||
|
||||
<h1>Panorama</h1>>
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue