Changing element settings based on page height

is there a way to change element settings(font, size, width etc) based on page height? changing element settings in condition was only based on page width but none in height(correct me if im wrong).

i want my apps to have a good view in tablet in portrait and landscape, to do this i need to change element font size etc based on page height to get a good responsiveness and view all the elements.

thanks

Height? I’m not sure you can do that native in bubble.

Width? Yes.

Hmm…you would usually make breakpoints for responsive design based off the users viewport width. Viewport height is a lot more variable than width (based off commonly used devices). Also if you were to base it off page height you’re going to give your self alot of headaches.

Any reason why you want to base it off page height?