Hi Andreas. It can be done only via css.
Here is starting point code. But you will need more coding to make it responsive.
.bx-viewport {
height: 700px !important;
}
.sppb-articles-carousel-img-link {
display: block;
}
.sppb-articles-carousel-img-link img {
width: 100%;
}
.sppb-addon-articles-carousel .bx-controls.bx-has-pager {
top: auto;
bottom: 0;
}
.sppb-addon-articles-carousel .bx-pager.bx-default-pager {
right: 0;
display: flex;
justify-content: center;
}
.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a {
width: 20px !important;
height: 20px;
border-radius: 100%;
}
