On hover effect for Wix video gallery

I want to add a wix video gallery element for one of my video channels.
However, I really want to add an effect when the mouse hovers on top of the video - I want to either expand the video slightly, or remove the color overlay, or add text, anything!
Except of hiding the play button and then showing it, I wasn’t able to find any other interaction.

Do you have suggestions?
Thank you

You can look at using the Wix Video player API with or without Effect Options.
https://www.wix.com/corvid/reference/$w.VideoPlayer.html
https://www.wix.com/corvid/reference/$w.EffectOptions.html

I’m not sure how to use that on the Wix gallery element.
I’m not talking about a single video when it plays, I’m talking hovering over a video in the gallery before playing it

Anyone?

If you forget about using a gallery and list all your videos in a repeater, then you can animate them that way instead.

Nayeli (Code Queen) has a good tutorial about it that might be perfect for what you are needing to do on your page.
https://support.totallycodable.com/en/article/create-animation-on-one-repeater-item-at-a-time-using-wix-code

Or you can look at using these two examples here?
https://itnext.io/corvid-by-wix-imitating-hover-event-on-repeater-container-a65f4b6e0301
https://shoonia.netlify.com/corvid-imitate-hover-event