Produkt-Details | Bilder in Mobil-Ansicht | Layout-Fehler

wenn ich im Standard-Theme (mobile Ansicht, z.B. iPhone) auf einer Produkt-Detail-Seite bin und mehr als ein Bild hinterlegt habe, entsteht eine große Lücke zwischen dem Bild-Slider und dem Preis.

Scheint ein Fehler im Layout zu sein? Wie kann man das wegbekommen?

.gallery-slider-row.is-loading {
  height: unset;
}

Diese .css Einstellung löst das Problem zwar scheinbar, führt aber zu einem unangenehmen Flackern beim Seitenaufbau.

Der Grund ist diese Einstellung:

@include media-breakpoint-down(xs) {
  // override inline style on mobile devices
  .gallery-slider-item {
      &.is-cover,
      &.is-contain {
          min-height: 225px !important;
      }
  }
}

Wozu ist die gedacht?

Gibt es diesbezüglich bereits etwas Neues? Das Ticket ist immer noch offen: Shopware Issuetracker

Also keep in mind that media query resolution ranges are set by the development team of each website. And many websites still do not offer a responsive website. Often the error is development based, not hardware based, with regards to the lack of a mobile website displaying on your phone.

leider gibt es dazu bisher keine Lösung. Das Problem tritt auch nach dem Update auf Version 6.4 noch auf.
Ich frage mich schon, ob Shopware sowas nicht mitbekommt, oder ob das Thema für Sie belanglos ist?

Vg