bootstrap_package icon indicating copy to clipboard operation
bootstrap_package copied to clipboard

Activation of Responsive Images does not apply to carousel in 12.0.1

Open sheydin opened this issue 4 years ago • 0 comments

Hi,

the new bootstrap_package version 12.0.1 the activation of responsive images does not work with carousel anymore with this

// Enable Responsive Images

lib.contentElement.settings.responsiveimages.variants {
    default {
        sizes {
            1\.5x {
                multiplier = 1.5
            }
            2x {
                multiplier = 2
            }
        }
    }
}

What did change?

Thanks

sheydin avatar Aug 30 '21 17:08 sheydin