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.
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.
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.
xl-max
and screen xxl-min
to Varbase Media breakpointsFixed
10.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.