Riode
  • Greeting
  • general
    • Upload theme
    • Import Demo
    • Update Theme
    • How to get Instagram Access Token
  • Thing to knows
    • Space settings
    • Responsive (Swiper slide)
    • Grid system
  • Menu configuration
    • Menu Basic
    • Mega Menu
  • Default section
    • Announcement
    • Header Top
    • Header Main
    • Megamenu Vertical
    • Header mobile
    • Footer
    • Newsletter Popup
    • Age Verification Modal
    • GDPR
    • Account Popup
    • Cart Offcanvas
    • Variants + Label menu
    • Bottom bar
  • Theme Settings
    • How to access?
    • Favicon
    • Logo
    • Header
    • General
      • Direction align
      • Mobile
      • Page layout
      • Info store
      • Timezone countdown
      • Product
      • Tabs settings
    • Gadget
      • GDPR
      • Age Verification
Powered by GitBook
On this page
  1. Thing to knows

Responsive (Swiper slide)

Allows to set different parameter for different responsive breakpoints (screen sizes).

PreviousSpace settingsNextGrid system

Last updated 2 years ago

This option appears in most sections that contain sliders.

{
  // when window width is >= 0px
  "0": {
    "slidesPerView": 1,
    "spaceBetween": 20
  },
  // when window width is >= 320px
  "320": {
    "slidesPerView": 1,
    "spaceBetween": 20
  },
  // when window width is >= 768px
  "768": {
    "slidesPerView": 2,
    "spaceBetween": 20
  },
  // when window width is >= 992px
  "992": {
    "slidesPerView": 3,
    "spaceBetween": 20
  },
  // when window width is >= 1200px
  "1200": {
    "slidesPerView": 4,
    "spaceBetween": 20
  }
}
Swiper APISwiper
Logo