# Disable action on image

**URL:** https://community.thunkable.com/t/disable-action-on-image/1372152
**Category:** Questions about Thunkable X
**Created:** [June 30, 2021, 4:27pm UTC](https://community.thunkable.com/t/disable-action-on-image/1372152 "2021-06-30T16:27:48Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![alex\_ezacae](https://avatars.discourse-cdn.com/v4/letter/a/278dde/32.png) [@alex\_ezacae](https://community.thunkable.com/u/alex_ezacae)
#### Post date: [June 30, 2021, 4:27pm UTC](https://community.thunkable.com/t/disable-action-on-image/1372152/1 "2021-06-30T16:27:48Z")

</div>

Hello,

I wonder if it is possible to disable the click action on image.  
I am using the drag and drop UI.  
If not do you have any tips to do it except a test on the click on the image ?

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [June 30, 2021, 5:23pm UTC](https://community.thunkable.com/t/disable-action-on-image/1372152/2 "2021-06-30T17:23:29Z")

</div>

Cover the image with a group component and make it a little bigger in size. It will not be clickable anymore.

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [July 1, 2021, 9:28am UTC](https://community.thunkable.com/t/disable-action-on-image/1372152/3 "2021-07-01T09:28:45Z")

</div>

Hi there,

By default, the Image doesn’t have a Click action. You would need to add a ‘when Image Click’ block to your project to make the Image clickable.

Unlike the Button, the Image doesn’t have a visual indication that it has been clicked. Your project will simply carry out whatever action you programmed to happen when the Image is clicked.

If you have a set of actions that you want your app to perform when the Image is clicked, but only if certain conditions are true, you can use [Control](http://docs.thunkable.com/control) blocks to define these conditions. You may also be interested in using [Logic](https://docs.thunkable.com/logic) blocks to define these conditions further.

In this example, my Screen’s background color can change when I click on this Image, but only if my condition `condition` is true.

 ![Screen Shot 2021-07-01 at 10.26.42 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/2/9246016dc62ee7ba4f4b6178b65800cc33cd03c7.png)

---

<div class="post-metadata">

### Author: ![alex\_ezacae](https://avatars.discourse-cdn.com/v4/letter/a/278dde/32.png) [@alex\_ezacae](https://community.thunkable.com/u/alex_ezacae)
#### Post date: [July 3, 2021, 5:52pm UTC](https://community.thunkable.com/t/disable-action-on-image/1372152/4 "2021-07-03T17:52:40Z")

</div>

Thanks,  
I did it but I still have the mouse over that I would like to disable.

So I found a litlle workaround, I just change the image into a button and I disable or enable depending on the use case.  
The “problem” in that case is it is a button so on the action we can see it moving (it normal it is a button 😉 ) but I think in terms of UX it is less worst than a mouse over with no action.

---

<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, 1:20pm UTC](https://community.thunkable.com/t/disable-action-on-image/1372152/5 "2024-11-08T13:20:02Z")

</div>


