From 4294e4a1251f2b9a6af14b077b787dc77b48b24e Mon Sep 17 00:00:00 2001 From: Mark Carver Date: Fri, 12 Jan 2018 22:47:36 -0600 Subject: [PATCH] Issue #2857335 by markcarver, francescbassas, esteinborn: Breakpoints definition incompatible with Responsive Image Signed-off-by: Mark Carver --- bootstrap.breakpoints.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/bootstrap.breakpoints.yml b/bootstrap.breakpoints.yml index c34e370..0c16ad5 100644 --- a/bootstrap.breakpoints.yml +++ b/bootstrap.breakpoints.yml @@ -4,33 +4,39 @@ bootstrap.screen-xs-max: weight: 1 multipliers: - 1x + - 2x bootstrap.screen-sm-min: label: screen-sm-min mediaQuery: 'all and (min-width: 768px)' - weight: 1 + weight: 2 multipliers: - 1x + - 2x bootstrap.screen-sm-max: label: screen-sm-max mediaQuery: 'all and (max-width: 991px)' - weight: 1 + weight: 3 multipliers: - 1x + - 2x bootstrap.screen-md-min: label: screen-md-min mediaQuery: 'all and (min-width: 992px)' - weight: 1 + weight: 4 multipliers: - 1x + - 2x bootstrap.screen-md-max: label: screen-md-max mediaQuery: 'all and (max-width: 1199px)' - weight: 1 + weight: 5 multipliers: - 1x + - 2x bootstrap.screen-lg-min: label: screen-lg-min mediaQuery: 'all and (min-width: 1200px)' - weight: 1 + weight: 6 multipliers: - 1x + - 2x -- 2.15.1