Skip to content
Snippets Groups Projects
Commit 851c0d42 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Initial 360 image files

parent 06055794
No related branches found
No related tags found
No related merge requests found
Image diff could not be displayed: it is too large. Options to address this: view the blob.
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A simple example</title>
<link rel="stylesheet" href="https://cdn.pannellum.org/2.4/pannellum.css"/>
<script type="text/javascript" src="https://cdn.pannellum.org/2.4/pannellum.js"></script>
<style>
#panorama {
width: 1280px;
height: 720px;
}
</style>
</head>
<body>
<div id="panorama"></div>
<script>
pannellum.viewer('panorama', {
"type": "equirectangular",
"panorama": "ftl360.png"
});
</script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment