Forum Academy Marketplace Showcase Pricing Features

Enlarge picture on mouse over

Is there a way to enlarge a thumbnail picture on click or mouse over?

Here’s a quick video that walks you through how to set it up. Essentially, you draw two different image elements (one normal size, one enlarged size. Then, you have a “when X is hovered, this element is visible” condition applied to the enlarged version


Dan (creator of LearnTo - 15+ hours of Bubble tutorials and live coaching)

4 Likes

you could use css :active or :hover

Also looking for this functionality, but in a repeating group.
I have tried the above example, but since it’s a repeating group we can’t create image bigger than the cells dimensions, anyone has a workaround for this?
Thanks!