You cannot stack two images with a single click in Webflow, but you can easily stack them using quick layout techniques if they have the same size.
To stack images directly on top of each other:
image-wrapper
).relative
.position: absolute; top: 0; left: 0
.If by "stacking" you mean displaying one image after another vertically:
However, this does not stack images directly on top of each other—just one after the other.
Webflow doesn’t offer a literal “one click” to stack same-size images, but using a parent div with relative positioning and setting each image to absolute makes it fast and repeatable once styled.