Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Added

... und in 360° Rundum View:

HTML
<!-- https://pannellum.org/documentation/reference/ -->


<link rel="stylesheet" href="//cdn.pannellum.org/2.4/pannellum.css"/>
<script src="//cdn.pannellum.org/2.4/pannellum.js"></script>
<style>
#panorama {
 width: 800px;
 height: 400px;
}
</style>


<div id="panorama"></div>
<script>
pannellum.viewer('panorama', {
 "type": "equirectangular",
 "autoLoad": true,
 "title": "Im Wohnzimmer",
 "author": "Hendrik",
 "preview": "http://wiki.familie-horn.de/download/attachments/32768173/20200307_360_preview2020-03-09_10h53_49.jpg",
 "panorama": "http://wiki.familie-horn.de//download/attachments/32768173/TMP_26932547293947527991583603468012.jpg?api=v2&title=Karlshagen&author=Ulrich%20Horn&autoLoad=true"
});
</script>

...