diff --git a/SimplePanoramaViewer b/SimplePanoramaViewer index 1b4b61b..4b43619 100755 --- a/SimplePanoramaViewer +++ b/SimplePanoramaViewer @@ -23,6 +23,8 @@ else: if img == "": exit(0) +img = img.replace("'", "\\'") + exe_dir = path.dirname(path.realpath(sys.argv[0])) os.chdir(exe_dir) diff --git a/html/index.html b/html/index.html index 530880c..787f853 100644 --- a/html/index.html +++ b/html/index.html @@ -52,7 +52,7 @@ time_anim: false, default_fov: 40, min_fov: 5, - max_fov: 50, + max_fov: 60, navbar: [ 'autorotate', 'zoom',