# Enlarge an image

**URL:** https://community.glideapps.com/t/enlarge-an-image/63450
**Category:** Ask for Help
**Created:** [July 3, 2023, 6:31pm UTC](https://community.glideapps.com/t/enlarge-an-image/63450 "2023-07-03T18:31:19Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![StinsonOwner](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/stinsonowner/32/37079_2.png) [@StinsonOwner](https://community.glideapps.com/u/StinsonOwner)
#### Post date: [July 3, 2023, 6:31pm UTC](https://community.glideapps.com/t/enlarge-an-image/63450/1 "2023-07-03T18:31:19Z")

</div>

The Glide documentation states there is an action to ENLARGE IMAGE, but I don’t see that as an option.  
Thoughts? What am I missing?

 ![Screenshot 2023-07-03 at 14.25.54](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/4/64974d5b0bd1c81c078b5689e1a5ce8da567c9ec.jpeg)  
 ![Screenshot 2023-07-03 at 14.25.33](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/9/a9a213c52d29c81aac70349e610514b7ea4634fa.jpeg)

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 3, 2023, 6:34pm UTC](https://community.glideapps.com/t/enlarge-an-image/63450/2 "2023-07-03T18:34:45Z")

</div>

It’s only available with Classic Apps. The action hasn’t yet been added to the new Apps.

---

<div class="post-metadata">

### Author: ![StinsonOwner](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/stinsonowner/32/37079_2.png) [@StinsonOwner](https://community.glideapps.com/u/StinsonOwner)
#### Post date: [July 3, 2023, 6:40pm UTC](https://community.glideapps.com/t/enlarge-an-image/63450/3 "2023-07-03T18:40:49Z")

</div>

That’s a shame. The documentation needs to be updated then as it’s confusing.

I guess for now I will use the Open Link and go outside the app to accomplish.

Thanks

---

<div class="post-metadata">

### Author: ![Hieu\_Nguyen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hieu_nguyen/32/76664_2.png) [@Hieu\_Nguyen](https://community.glideapps.com/u/Hieu_Nguyen)
#### Post date: [July 20, 2024, 4:05pm UTC](https://community.glideapps.com/t/enlarge-an-image/63450/4 "2024-07-20T16:05:53Z")

</div>

Hello,  
It is Q3 2024, and this enlarge function is not ready yet ??? ☹  
It is such a crucial function to use on image

---

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [July 20, 2024, 4:27pm UTC](https://community.glideapps.com/t/enlarge-an-image/63450/5 "2024-07-20T16:27:31Z")

</div>

If on a paid plan you could use this css to make an image full screen. Set the background of a container with an image.

> .full-container {
> 
> height: 100%;
> 
> }
