peachananr / panorama_viewer

Embed panorama photos on your website with Panorama Viewer
http://peachananr.github.io/panorama_viewer/demo/demo.html
GNU General Public License v2.0
473 stars 147 forks source link

Viewer ignores "repeat: false" #17

Open bartekhejnowicz opened 7 years ago

bartekhejnowicz commented 7 years ago

Even with following configuration:

var defaults = {
    repeat: false,
    direction: "horizontal",
        animationTime: 700,
        easing: "ease-out",
        overlay: true
   };

Panorama is always 360. Apparently viewer is ignoring "repeat:" value and always makes image 360, regardless the value.

Krzysiu commented 6 years ago

Which browser? Which jQuery version? Anything? Can't reproduce.