Expansive video via hover effect

0

I have a client that wants to put an advertisement in the form of video and when the user hover over that video it expands on the screen and starts to rotate. I searched everywhere and found nothing, I thought to do this via transition and animation by css and bring the video via iframe, but I wanted to know if there is any more correct way to do it.

    
asked by anonymous 27.09.2017 / 02:31

1 answer

0

Try to increase the size of the div when you receive the hover, however you will need to use a bit of javascript.

Example: link

    
27.09.2017 / 22:06