|
21 | 21 | * [Video.js-specific Options](#videojs-specific-options) |
22 | 22 | * [aspectRatio](#aspectratio) |
23 | 23 | * [autoSetup](#autosetup) |
| 24 | + * [breakpoints](#breakpoints) |
24 | 25 | * [children](#children) |
25 | 26 | * [fluid](#fluid) |
26 | 27 | * [inactivityTimeout](#inactivitytimeout) |
|
30 | 31 | * [notSupportedMessage](#notsupportedmessage) |
31 | 32 | * [playbackRates](#playbackrates) |
32 | 33 | * [plugins](#plugins) |
| 34 | + * [responsive](#responsive) |
33 | 35 | * [sources](#sources) |
34 | 36 | * [techCanOverridePoster](#techcanoverrideposter) |
35 | 37 | * [techOrder](#techorder) |
@@ -171,15 +173,15 @@ When used with the [`responsive` option](#responsive), sets breakpoints that wil |
171 | 173 |
|
172 | 174 | By default, the breakpoints are: |
173 | 175 |
|
174 | | -Class Name | Width Range |
175 | | ----------------------|------------ |
176 | | -`vjs-layout-tiny` | 0-210 |
177 | | -`vjs-layout-x-small` | 211-320 |
178 | | -`vjs-layout-small` | 321-425 |
179 | | -`vjs-layout-medium` | 426-768 |
180 | | -`vjs-layout-large` | 769-1440 |
181 | | -`vjs-layout-x-large` | 1441-2560 |
182 | | -`vjs-layout-huge` | 2561+ |
| 176 | +| Class Name | Width Range | |
| 177 | +| -------------------- | ----------- | |
| 178 | +| `vjs-layout-tiny` | 0-210 | |
| 179 | +| `vjs-layout-x-small` | 211-320 | |
| 180 | +| `vjs-layout-small` | 321-425 | |
| 181 | +| `vjs-layout-medium` | 426-768 | |
| 182 | +| `vjs-layout-large` | 769-1440 | |
| 183 | +| `vjs-layout-x-large` | 1441-2560 | |
| 184 | +| `vjs-layout-huge` | 2561+ | |
183 | 185 |
|
184 | 186 | While the class names cannot be changed, the width ranges can be configured via an object like this: |
185 | 187 |
|
|
0 commit comments