How to get a slideshow to fill the viewport height on mobile devices? It seems to work well on desktop but even changing the properties doesn’t affect the viewport height for some reason.
It depends on quite a lot of things in your layout and this also requires some custom CSS code.
This is the layout, I don´t have anything else on the page.
It seems to be the slideshow component that automatically gives the images a property to resize based on the vw and not on the vh, which would be fine if I can change it.
The slideshow component does change if set the 100vh but the images stay as they are.

But even in the CSS properties, I have tried setting vh, images to cover, and other properties but can´t get it to work.
If you could help me figure out what properties I need to change that would be great because in the Wappler properties panel it doesn´t seem to make any difference what I write.
Thanks