Skip to content

Commit 4294e4a

Browse files
committed
Issue #2857335 by markcarver, francescbassas, esteinborn: Breakpoints definition incompatible with Responsive Image
Signed-off-by: Mark Carver <[email protected]>
1 parent 9fa30a4 commit 4294e4a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

bootstrap.breakpoints.yml

+11-5
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,39 @@ bootstrap.screen-xs-max:
44
weight: 1
55
multipliers:
66
- 1x
7+
- 2x
78
bootstrap.screen-sm-min:
89
label: screen-sm-min
910
mediaQuery: 'all and (min-width: 768px)'
10-
weight: 1
11+
weight: 2
1112
multipliers:
1213
- 1x
14+
- 2x
1315
bootstrap.screen-sm-max:
1416
label: screen-sm-max
1517
mediaQuery: 'all and (max-width: 991px)'
16-
weight: 1
18+
weight: 3
1719
multipliers:
1820
- 1x
21+
- 2x
1922
bootstrap.screen-md-min:
2023
label: screen-md-min
2124
mediaQuery: 'all and (min-width: 992px)'
22-
weight: 1
25+
weight: 4
2326
multipliers:
2427
- 1x
28+
- 2x
2529
bootstrap.screen-md-max:
2630
label: screen-md-max
2731
mediaQuery: 'all and (max-width: 1199px)'
28-
weight: 1
32+
weight: 5
2933
multipliers:
3034
- 1x
35+
- 2x
3136
bootstrap.screen-lg-min:
3237
label: screen-lg-min
3338
mediaQuery: 'all and (min-width: 1200px)'
34-
weight: 1
39+
weight: 6
3540
multipliers:
3641
- 1x
42+
- 2x

0 commit comments

Comments
 (0)