# Can you show a 360 image in thunkable?

**URL:** https://community.thunkable.com/t/can-you-show-a-360-image-in-thunkable/1038061
**Category:** Questions about Thunkable X
**Created:** [December 16, 2020, 4:03pm UTC](https://community.thunkable.com/t/can-you-show-a-360-image-in-thunkable/1038061 "2020-12-16T16:03:31Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![leonardopabreuw52zgs](https://avatars.discourse-cdn.com/v4/letter/l/f4b2a3/32.png) [@leonardopabreuw52zgs](https://community.thunkable.com/u/leonardopabreuw52zgs)
#### Post date: [December 16, 2020, 4:03pm UTC](https://community.thunkable.com/t/can-you-show-a-360-image-in-thunkable/1038061/1 "2020-12-16T16:03:31Z")

</div>

Can you show a 360 image in thunkable?

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [December 16, 2020, 4:15pm UTC](https://community.thunkable.com/t/can-you-show-a-360-image-in-thunkable/1038061/2 "2020-12-16T16:15:59Z")

</div>

I believe you could accomplish this using the webviewer.

I would host the images online with cloudinary and use this JavaScript library with the webviewer

> **[A simple example | Pannellum](https://pannellum.org/documentation/examples/simple-example/)**
>
> Displaying an equirectangular panorama.

Then I would pass the url of the images to the webviewer using the webviewer “post message” method

---

<div class="post-metadata">

### Author: ![aaminahmansuri59h](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/aaminahmansuri59h/32/89753_2.png) [@aaminahmansuri59h](https://community.thunkable.com/u/aaminahmansuri59h)
#### Post date: [December 16, 2020, 4:16pm UTC](https://community.thunkable.com/t/can-you-show-a-360-image-in-thunkable/1038061/3 "2020-12-16T16:16:56Z")

</div>

Yes, you can. You have to use database.

---

<div class="post-metadata">

### Author: ![leonardopabreuw52zgs](https://avatars.discourse-cdn.com/v4/letter/l/f4b2a3/32.png) [@leonardopabreuw52zgs](https://community.thunkable.com/u/leonardopabreuw52zgs)
#### Post date: [December 16, 2020, 4:47pm UTC](https://community.thunkable.com/t/can-you-show-a-360-image-in-thunkable/1038061/4 "2020-12-16T16:47:01Z")

</div>

Yes, i can show in the webviewer, but i have some images, and when you chose one, it loads.

---

<div class="post-metadata">

### Author: ![leonardopabreuw52zgs](https://avatars.discourse-cdn.com/v4/letter/l/f4b2a3/32.png) [@leonardopabreuw52zgs](https://community.thunkable.com/u/leonardopabreuw52zgs)
#### Post date: [December 16, 2020, 4:47pm UTC](https://community.thunkable.com/t/can-you-show-a-360-image-in-thunkable/1038061/5 "2020-12-16T16:47:59Z")

</div>

Do you have some demo?

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [December 16, 2020, 5:01pm UTC](https://community.thunkable.com/t/can-you-show-a-360-image-in-thunkable/1038061/6 "2020-12-16T17:01:41Z")

</div>

> [@leonardopabreuw52zgs](#):
>
> Yes, i can show in the webviewer, but i have some images, and when you chose one, it loads.

Do you mean your images are packaged as app assets? Otherwise, it sounds like the webviewer is your answer. Per a conversation with @Steve, I don’t believe we can easily access files on the phone without also using a file picker in the webviewer.

---

<div class="post-metadata">

### Author: ![leonardopabreuw52zgs](https://avatars.discourse-cdn.com/v4/letter/l/f4b2a3/32.png) [@leonardopabreuw52zgs](https://community.thunkable.com/u/leonardopabreuw52zgs)
#### Post date: [December 16, 2020, 5:26pm UTC](https://community.thunkable.com/t/can-you-show-a-360-image-in-thunkable/1038061/7 "2020-12-16T17:26:39Z")

</div>

Nop, i have several images in a web, and when i click on a fild of a image gread, in change tue image, in que webviewer.

i tink have solved.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:19pm UTC](https://community.thunkable.com/t/can-you-show-a-360-image-in-thunkable/1038061/8 "2024-11-08T12:19:43Z")

</div>


