Produkt Slider Bugs?

Das mit dem Anzeigemodus “Füllen” bezweifle Ich, da es ja nur eine CSS Änderung ist sprich  object-fit von cover auf contain wechselt.

Was bei mir funktioniert hat war:

html {
    // used by viewport detection helper to determine the current viewport
    &::before {
        @include media-breakpoint-only(xxl) {
            content: 'xl';
        }
    }
}

Achtung: das & ist ein & Zeichen.