diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 14:00:43 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 14:00:43 -0400 |
| commit | 7d858db73caada1058e86c99b01600aba42bc7a4 (patch) | |
| tree | a1aa6d8c80021b705765711010cb0b0e599bc906 /public/assets/js/app.js | |
| parent | 5166017abeb745630de0aa69d3cc920090279b32 (diff) | |
trying to add flickity
Diffstat (limited to 'public/assets/js/app.js')
| -rw-r--r-- | public/assets/js/app.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/public/assets/js/app.js b/public/assets/js/app.js index bf0616d..34f03b2 100644 --- a/public/assets/js/app.js +++ b/public/assets/js/app.js @@ -10,7 +10,9 @@ $(function() { } }); -$('.gallery').flickity({ +$('.top').flickity({ cellAlign: 'left', - contain: true + contain: true, + pageDots: false + });
\ No newline at end of file |
