marcbruederlin / particles.js

A lightweight, dependency-free and responsive javascript plugin for particle backgrounds.

Home Page:https://marcbruederlin.github.io/particles.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive Breakpoints

marcbruederlin opened this issue · comments

responsive: [
  {
    breakpoint: 1024,
      settings: {
        color: '#000000'
        …
      }
  }, {
    breakpoint: 768,
      settings: {
        color: '#ff0000'
        …
      }
  }, {
    breakpoint: xxx,
      settings: {
        disable: true
        …
      }
  }
]