Skip to content

Pannellum is a lightweight, free, and open source panorama viewer for the web.

Notifications You must be signed in to change notification settings

dhobi/pannellum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pannellum

Pannellum is a lightweight, free, and open source panorama viewer for the web. This version provides panorama views without using iframes.

For more information about usage and compatibility, please visit https://bitbucket.org/mpetroff/pannellum/

All credits goes to mpetroff.

Usage

View index.html for examples.

<html>
<head>
<!-- ... -->
<script>
new Pannellum({
    id:'panoramaOne',
    autoload:"yes",
    showFullToggle:true,
    showZoom:true,
    rotation:{
    direction:"right",
        speed:0.10
    },
    author:"Clément d’Esparbès",
    license:3
});
</script>
<!-- ... -->
</head>

<body>
<!-- ... -->
<img src="1_10.jpg" id="panoramaOne" width="435" height="330" title="Reception room"/>
<!-- ... -->
</body>
</html>

Changes

  • Read properties from img - tag where possible
  • Added roation feature
  • Refactored pannellum to read properties from object instead uf url

About

Pannellum is a lightweight, free, and open source panorama viewer for the web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published