currently, you can specify the breakpoints and number of images in a carousel in the view.xml of your theme, (by extending the vars from the module's view.xml)
however, setting these to any lower number isn't very useful, as it leaves a ton of blank space.
Expected behavior (*)
adding an <image id="pagebuilder_carousel_image"> option to the view.xml to set the carousel image sizes would resolve this, ideally along with some mods in the slick.js file to accomodate the new image size and adapt the containers accordingly
Benefits
would make the pagebuilder carousels much more versatile, allowing people to more easily dump bulky additional OWL carousel modules
Description (*)
currently, you can specify the breakpoints and number of images in a carousel in the view.xml of your theme, (by extending the vars from the module's view.xml)
however, setting these to any lower number isn't very useful, as it leaves a ton of blank space.
Expected behavior (*)
adding an
<image id="pagebuilder_carousel_image">
option to the view.xml to set the carousel image sizes would resolve this, ideally along with some mods in theslick.js
file to accomodate the new image size and adapt the containers accordinglyBenefits
would make the pagebuilder carousels much more versatile, allowing people to more easily dump bulky additional OWL carousel modules
Additional information