Hello OutSystems Community,
I hope you're all doing well. I'm currently working on a project and facing challenges in making my screens fully responsive, specifically in adjusting the height according to different laptop screen sizes.
i have also used media query for adjusting the height but still i am not getting the desired output
i have attached two screenshot from different laptop image_1 is laptop with resolution(1920*1080)
and image_2 is from laptop with resolution(1366*768)
hi Anvita Desai,
did you check this article?
https://success.outsystems.com/documentation/11/developing_an_application/design_ui/look_and_feel/responsive_ui/
thanks
Prince
Olá
Você pode usar consultas de mÃdia para ajustar o tamanho da página de acordo com o tamanho da tela.
por exemplo:
@media screen e (largura máxima: 320px) {
.tamanho da fonte{
tamanho da fonte: 19px;
}}