bootstrap_package
bootstrap_package copied to clipboard
Activation of Responsive Images does not apply to carousel in 12.0.1
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