# iPad/Tablet version, landscape modality... is possible?

**URL:** https://community.thunkable.com/t/ipad-tablet-version-landscape-modality-is-possible/1276881
**Category:** Questions about Thunkable X
**Created:** [May 11, 2021, 5:29pm UTC](https://community.thunkable.com/t/ipad-tablet-version-landscape-modality-is-possible/1276881 "2021-05-11T17:29:45Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [May 12, 2021, 1:11pm UTC](https://community.thunkable.com/t/ipad-tablet-version-landscape-modality-is-possible/1276881/6 "2021-05-12T13:11:50Z")

</div>

> [@mikeke](#):
>
> set different layouts for the same app (see [Bootstrap containers](https://getbootstrap.com/docs/5.0/layout/containers/)) for different screens, small/medium/large, landscape/portrait… possibility

If you just want to change size based on screen dimensions, you can do that with blocks. In the device drawer, see ‘screen width’ and ‘screen height’. Some basic logic and math lets you implement the bootstrap container behavior you described.

Here’s some code I used to deal with different screen widths/heights/proportions.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/b/cb618f897dd1b941efbfdfd2313af68f22916804.png)

---

_[View the full topic](https://community.thunkable.com/t/ipad-tablet-version-landscape-modality-is-possible/1276881)._
