Add the screen xl-max and screen xxl-min to Varbase Media breakpoints

Created on 6 December 2021, over 2 years ago
Updated 29 May 2023, about 1 year ago

Problem/Motivation

Bootstrap 5 has a new xxl in the breakpoints
And the new full content container width is 1400 PX
And It is needed to change responsive image styles to support the xxl break point.

Proposed resolution

Add the following to varbase_media.breakpoints.yml

varbase_media.screen-xl-max:
  label: screen-xl-max
  mediaQuery: "all and (max-width: 1399.98px)"
  weight: 9
  group: varbase_media
  multipliers:
    - 1x
    - 2x

varbase_media.screen-xxl-min:
  label: screen-xxl-min
  mediaQuery: "all and (min-width: 1400px)"
  weight: 10
  group: varbase_media
  multipliers:
    - 1x
    - 2x

Update all responsive image styles to work with the new media break point.

Remaining tasks

  • βœ… File an issue about this project
  • βœ… Addition/Change/Update/Fix to this project
  • βœ… Testing to ensure no regression
  • βœ… Automated unit/functional testing coverage
  • βž– Developer Documentation support on feature change/addition
  • βž– User Guide Documentation support on feature change/addition
  • βœ… Code review from 1 Varbase core team member
  • βœ… Full testing and approval
  • βœ… Credit contributors
  • βœ… Review with the product owner
  • βœ… Update Release Notes and Update Helper on new feature change/addition
  • βœ… Release varbase-10.0.0-alpha1 β†’ , varbase_media-10.0.0-alpha1 β†’

Varbase update type:

  • βœ… No Update
  • βž– Optional Update
  • βž– Forced Update
  • βž– Forced Update if Unchanged

User interface changes

When navigating to any Varbase Media responsive image styles.
the following new breakpoints will show up and be available to switch image styles to work with the 1400px new container width standard no the older 1200px one.

API changes

  • N/A

Data model changes

  • Issue #3252753 β†’ : Added the screen xl-max and screen xxl-min to Varbase Media breakpoints
πŸ“Œ Task
Status

Fixed

Version

10.0

Component

Code

Created by

πŸ‡―πŸ‡΄Jordan Rajab Natshah Jordan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024