else {
        if (kc==38 || kc==40) e.preventDefault();
        if (kc == 40) _this.swipeNext()
        if (kc == 38) _this.swipePrev()
      }