Dear @pol
you need to make a carousel and drag it over the pink border:
0_1542627577324_Bildschirmfoto 2018-11-19 um 12.39.10.png
And play around with this:
.lay-carousel-wrap {
height: 100vh;
}
.col .lay-carousel img.h100 {
width: 100vw !important;
object-fit: cover;
height: 100vw;
}
With CUSTOM CSS you can also move the captions to the palce where you want them to be.
Hope I could help!
Marius