Browse Source

Added example using minified build.

tags/1.0
Matthew Petroff 12 years ago
parent
commit
170d2615f3
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      examples/example-minified.htm

+ 10
- 0
examples/example-minified.htm View File

@@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<title>pannellum embed example</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<iframe title="pannellum panorama viewer" width="480" height="390" webkitAllowFullScreen mozallowfullscreen allowFullScreen style="border-style:none;" id="pannellum_bBp5kpMDES" src="../build/pannellum.htm?panorama=../examples/examplepano.jpg&amp;id=pannellum_bBp5kpMDES&amp;logo=yes&amp;title=Jordan%20Pond&amp;author=Matthew%20Petroff"></iframe>
</body>
</html>

Loading…
Cancel
Save