Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. params.slidesPerView = Math.floor(window.innerWidth/400);
  2. // params.slidesPerGroup = Math.floor(window.innerWidth/400);
  3. console.log("Calc Width");
  4. console.log(window.innerWidth/400);
  5. this.lastWidth = params.slidesPerView;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement