Hi there, I tried to find in the community but I couldn’t find. Where is the option to set “height 100%” or fill container on Thunkable? I tried to see using drag and drop, old ui, but I cant find.
If I add the % on H or W field, it doesn’t work as well.
Any component that is placed inside the layout component will now have several new margin, padding and sizing options including the ability to set the height to whatever percentage you like
The second option, which might make sense depending on your use case, is to dynamically set the size of all the components at run-time using the blocks.
That’s the older version of the platform, called “Snap-to-Place” or StP for short. I would recommend sticking with the version you were previously on (Drag-and-drop/dnd) as StP receives very few updates these days.
Perfectly! Now, it showed up!, but is there anyway to make layout width and height 100% as well? Because I’m worried to set in px and get problems with layout size on smartphone or tablets bigger than what I configured.
The Layout component itself will have to be set in pixels. I can say from experience using it on a larger device (iPhone 12 Pro Max) that it generally creates a nice UI across all devices.
As @domhnallohanlon mentioned above, if you’re working on queries for larger devices (i.e. tablets), using the blocks to help you dynamically change the scale is a great solution.
It’s a bit dated but there are some good examples of doing that there in this thread:
I’ll also use this as a moment to get on my soapbox and advocate for mobile first design approach, designing for your normal “mobile” screen size first and then using the blocks to create media queries for larger devices.