responsive

Configuration Structure

responsive: [{
breakpoint: number,
options: any,
}]

breakpoint

Default: undefined

The breakpoint is the max screen width at which the original config object will be overrided by the responsive config object

options

The new configuration object that you would like to override on the existing default configuration object. All the options which you set normally can be set here
Example