diff --git a/img/158x240.gif b/img/158x240.gif new file mode 100644 index 0000000..8012719 Binary files /dev/null and b/img/158x240.gif differ diff --git a/img/300x169.gif b/img/300x169.gif new file mode 100644 index 0000000..2f38930 Binary files /dev/null and b/img/300x169.gif differ diff --git a/img/92x138.gif b/img/92x138.gif new file mode 100644 index 0000000..c8e7757 Binary files /dev/null and b/img/92x138.gif differ diff --git a/index.html b/index.html index ffb6862..b947e97 100644 --- a/index.html +++ b/index.html @@ -51,15 +51,15 @@ {{#each model}}
  • {{#if backdrop_path}} - + {{else}} {{#if poster_path}} - + {{else}} {{#if poster_url}} - + {{else}} - + {{/if}} {{/if}} {{/if}} @@ -121,24 +121,13 @@ - - + + - \ No newline at end of file diff --git a/js/app.js b/js/app.js index 904c0de..7115bec 100644 --- a/js/app.js +++ b/js/app.js @@ -97,6 +97,11 @@ App.MoviesView = Ember.View.extend({ transitionDuration: '0.7s', isResizeBound: true }); + echo.init({ + offset: 10, + throttle: 250, + unload: false + }); }); } });