diff --git a/prosopopee/static/css/style-page.css b/prosopopee/static/css/style-page.css index fc862dd..11ff15e 100644 --- a/prosopopee/static/css/style-page.css +++ b/prosopopee/static/css/style-page.css @@ -104,10 +104,6 @@ a { color: #333; } -.panorama { - height: 80%; -} - footer { margin-top: 7em; text-align: center; diff --git a/prosopopee/templates/gallery-index.html b/prosopopee/templates/gallery-index.html index d6a78b3..0cb792a 100644 --- a/prosopopee/templates/gallery-index.html +++ b/prosopopee/templates/gallery-index.html @@ -34,8 +34,8 @@ $(".panorama").panorama_viewer({ repeat: true, direction: "horizontal", - animationTime: 250, - easing: "ease-out", + animationTime: 150, + easing: "linear", overlay: true });