diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-30 18:55:49 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-30 18:55:49 -0400 |
| commit | 053522228740c70e4b8c5f03e8639e661a363bb5 (patch) | |
| tree | 4eaa2be03dec28a29aa3961bac9ecb5c3a29d54d /public/assets/js | |
| parent | 5166aa2c250d136e7cfbbbc4f450f332e5309ec1 (diff) | |
resizing better
Diffstat (limited to 'public/assets/js')
| -rw-r--r-- | public/assets/js/app.js | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/public/assets/js/app.js b/public/assets/js/app.js index 28db3f6..dba055b 100644 --- a/public/assets/js/app.js +++ b/public/assets/js/app.js @@ -62,6 +62,7 @@ var app = (function() { app.router = new SiteRouter () + app.resizeItems() app.router.launch() console.log("launched") @@ -122,14 +123,6 @@ $('.top').each(function(){ } }) -$(".item").each(function(i){ - var height = window.innerHeight - $(this).find(".bottom").height() - if (is_desktop) { - height -= $("nav").height() // account for top bar - } - $(".previous, .next, .flickity-viewport", this).css({ 'height': height }) -}) - $(".item").addClass("hidden") app.init() |
