Enlarge an image

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?


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

1 Like

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

1 Like

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

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%;

}