AppyKit - Team Presentation

Back to components list

teamPresentation-1

img

Mark Jacobs

Frontend-developer
Moscow, Russia

87

Articles

12

Websites

32

Works
img

Mark Jacobs

Frontend-developer
Moscow, Russia

87

Articles

12

Websites

32

Works
img

Mark Jacobs

Frontend-developer
Moscow, Russia

87

Articles

12

Websites

32

Works
img

Mark Jacobs

Frontend-developer
Moscow, Russia

87

Articles

12

Websites

32

Works
img

Mark Jacobs

Frontend-developer
Moscow, Russia

87

Articles

12

Websites

32

Works
img

Mark Jacobs

Frontend-developer
Moscow, Russia

87

Articles

12

Websites

32

Works

Show code


//swiper team slider
$(document).ready(function() {
  'use strict';

 if(window.matchMedia('(max-width: 991px)').matches) {
    var swiper = new Swiper('.teamPresentation-1__swiperContainer', {
      slidesPerView: 'auto',
      spaceBetween: 30,
      pagination: {
        el: '.teamPresentation-1__pagination',
        clickable: true,
      },
    });
  }

  else {
    var swiper = new Swiper('.teamPresentation-1__swiperContainer', {
      slidesPerView: 3,
      spaceBetween: 30,
      pagination: {
        el: '.teamPresentation-1__pagination',
        clickable: true,
      },
    });
  }

})
//swiper team slider end
								

name

Styles for this element are stored in:

app/sass/componentsStyles/_teamPresentation-1.sass