Hey everyone! I’m building a site and have installed the Wix Video app. I’ve got it exactly how I want, however I’d like to have the design element of the video title appearing on hover, which at the moment isn’t possible through the app. Has anyone written code / custom CSS to allow for this to happen? I was also thinking if code wasn’t an option, then if it would be possible to create a hidden overlay where text appears on hover but wouldn’t block the play function of the wix video player? Any help is much appreciated!
Cheers
Loz
Hey Loz!
This is absolutely doable using the onMouseIn and onMouseOut properties of your element.
Here’s the documentation Element - Velo API Reference - Wix.com, just make sure to activate the properties menu and click the plus icon on both of them. Then use the hide and show properties of your overlay element.
Hey Loz, could you make it work? Can you explain how to do this? Same challenge over here
Hey Malte! Yes –
I used the Wix Pro Gallery and added all my videos
Under Gallery settings I changed it so title appeared on hover
I then added images as an overlay, exactly lining up with the gallery thumbnails (gallery sitting behind all images)
Under properties, I added mouseIn + Out functions for gallery + images
Gallery was set to mouseOut show all images
For each image, I made it so that on mouseIn the image was set to hide and mouseOut the image was set to show.
There might be an easier way but I found this the best option to make it clean on load and then have content on hover! Let me know if you have any questions
Good luck! x
Did you ever get the correct info on how to do this? Looks like the only solution on this thread is for the Wix Gallery app and not the Wix Video app that you were asking about. Would love to know, I’m having the same issue.
I’m using a videoBox that doesn’t support onMouseIn and onMouseOut so I’ve used onPlay and onPause to hide/show text