# Image not resizing

**URL:** https://community.thunkable.com/t/image-not-resizing/1865039
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [May 6, 2022, 3:39pm UTC](https://community.thunkable.com/t/image-not-resizing/1865039 "2022-05-06T15:39:54Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![tanishq](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tanishq/32/124339_2.png) [@tanishq](https://community.thunkable.com/u/tanishq)
#### Post date: [May 6, 2022, 3:39pm UTC](https://community.thunkable.com/t/image-not-resizing/1865039/1 "2022-05-06T15:39:54Z")

</div>

Hello everyone,  
I was making an image resizer in which I use the `resize image block`.  
But I don’t get the output  
**How this app works-** So, the user has to first upload an image and then enter the height and width using a `slider`  
and at the end the user gets the resized image.  
**Error-** Image doesn’t resizes.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [May 6, 2022, 5:18pm UTC](https://community.thunkable.com/t/image-not-resizing/1865039/2 "2022-05-06T17:18:42Z")

</div>

Without screenshots or a link to your project, it’s really hard to know what you did wrong and how to fix it.

---

<div class="post-metadata">

### Author: ![tanishq](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tanishq/32/124339_2.png) [@tanishq](https://community.thunkable.com/u/tanishq)
#### Post date: [May 6, 2022, 6:57pm UTC](https://community.thunkable.com/t/image-not-resizing/1865039/3 "2022-05-06T18:57:09Z")

</div>

1st Screen- user uploads a picture  
screenshot-

 ![Screenshot (698)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/f/affa67efa2f43e08a9e0f2d0f3954804015d0352.png)

2nd screen- user enter the height and width of the image by a slider  
screenshot-

 ![Screenshot (699)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/0/300b152898c830db62df1fd9e3537bd2aa47e7fa.png)

3rd screen- resized image is been displayed  
screenshot-

 ![Screenshot (700)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/b/8bcae70f934fbdd6e312b61d0e17b0c291694ce8.png)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [May 6, 2022, 7:27pm UTC](https://community.thunkable.com/t/image-not-resizing/1865039/4 "2022-05-06T19:27:24Z")

</div>

What happens if you replace the width and height variables in the `resize image` block with integer values as a test?

What happens if you set a label’s text to the green error block? What does the label show?

What are your slider min/max values? By default, they are 0 and 100.

---

<div class="post-metadata">

### Author: ![tanishq](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tanishq/32/124339_2.png) [@tanishq](https://community.thunkable.com/u/tanishq)
#### Post date: [May 7, 2022, 7:26am UTC](https://community.thunkable.com/t/image-not-resizing/1865039/5 "2022-05-07T07:26:09Z")

</div>

> [@tatiang](#):
>
> What happens if you replace the width and height variables in the `resize image` block with integer values as a test?

still does not get resized

> [@tatiang](#):
>
> What happens if you set a label’s text to the green error block? What does the label show?

there is no error being displayed

> [@tatiang](#):
>
> What are your slider min/max values? By default, they are 0 and 100.

minimum is 0 and maximum is 100

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [May 7, 2022, 8:02am UTC](https://community.thunkable.com/t/image-not-resizing/1865039/6 "2022-05-07T08:02:04Z")

</div>

> [@tanishq](#):
>
> still does not get resized

Okay, so this has nothing to do with sliders. You simply can’t get the resize image block to work at all. I don’t know if the quality can be 1000 or not but something’s causing the block to not work. Maybe it’s the app variable image that’s the problem. I know you’re just transferring the value from an image component that stores the image from the photo library but you may have to rule that out as well. Just guessing really…

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [August 5, 2022, 8:02am UTC](https://community.thunkable.com/t/image-not-resizing/1865039/7 "2022-08-05T08:02:11Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
