Hey there ! thanks to OP for the topic which helped but I had the same problem as HowBizzare
found a “simple” fix
That may be less “beautiful” but works for me (as in I don’t close the image on click)
I simply put that in the CSS :
.view-content img:hover {
transform: scale(1.25);
}
It is enough for me you can put the ratio you want, hope it can help other newbies like me !