missing from 'breakpoint groups' for Responsive Image Styhles

Created on 11 July 2025, 19 days ago

With the latest Belgrade Theme, 2.1.0 on a new Drupal 11.2.2 version php 8.3.21, I was going to configure Media, Resposive Image Styles. I noticed while editing or creating a new style that the dropdown for "Breakpoint Group" does not offer Belgrade.

Just to make sure I installed a different contrib theme, zeropoint, folder and it does show up.
I also uninstalled and reinstalled and it still does not showup belgrade as a selection for the breakpoint group uinder Responsive Image Style.

I did not see any relevant error in the report log messages. I don't know why the belgrade.breakpoints.yml file is not an option for breakpoint groups even though belgrade is an installed theme.

🐛 Bug report
Status

Active

Version

2.1

Component

User interface

Created by

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

Merge Requests

Comments & Activities

  • Issue created by @webengr
  • Something maybe wrong with Belgrade.breakpoints.yml

    Moving and copying a simpler breakpoint from core stark them

    mv belgrade.breakpoints.yml belgrade.breakpoints.yml-dist
    cp ../../../core/themes/stark/stark.breakpoints.yml ./belgrade.breakpoints.yml

    And after uninstall and reinstall I see a Belgrade breakpoint group.
    Now reversing.

    mv ./belgrade.breakpoints.yml ./belgrade.breakpoints.yml-stark
    cp -p belgrade.breakpoints.yml-dist belgrade.breakpoints.yml

    Uninstall Belgrade theme, then reinstall
    and... Belgrade is not an option for breakpoint groups.

    ===
    This seems to indicate something in the file Belgrade.breakpoints.yml is not working for my Drupal 11 setup.

  • 🇮🇳India anirudhsingh19

    Working on it.

  • 🇮🇳India anirudhsingh19

    In the belgrade.breakpoints.yml, the group name was assigned bootstrap. So thats why when finding belgrade under breakpoint group in responsive image styles, we were not able to find it instead it was shown as bootstrap. I have changed the group name to belgrade to avoid this type of confusion in future.

Production build 0.71.5 2024