Hi,
How can I make image / carousel fit entire screen in mobile app. When I drag and drop the image / carousel control on to screen, I can only change the width, but it is not letting me change the height. Thanks in advance.
Thank you,
MN
Hi!
You'll need a bit of CSS to make it fill the Height of the screen,
In the Silk Mobile Samples, you can find an Onboarding screen that does what you need:
https://www.outsystems.com/forge/component/1389/silk-ui-mobile-samples/
My regards
Dinis Carvalho wrote:
Thank you Dinis, I found the CSS related to that behavior.
To save the hassle for other people, the css is:
.carousel .carousel-container > .carousel-container-content > .list > * { height: 100vh;}