I’m trying to use the camera input widget which looks great on pc, but is too small on phone. I guess that’s because of the layout and structure of the widget. It seems to have a predefined aspect ratio that it tries to maintain.
Here’s how it looks:
All I want is for the camera widget to occupy the entire page vertically. I tried custom CSS via markdown, but it seems that the height
property sets automatically. Cant seem to figure out how.
Has anyone else faced this issue?
Thanks in advance!