Dear Themco Team, is it possible to link this hover effect to a text. So if hover with the mouse of the image it will zoom in (image), also if i hover over a text under the image in the same cell, to activate the zoom on the image too.
$el .x-image img:hover {
transform: scale(1.01);
transition: all 1.2s ease-in-out;
}
How to get a smooth out if i leave the image with the mouse? try a lot but didnt work.
I activate the clickable image that ok for me but the transition is to fast and not so smooth.
Best Regards
Roland