NO BUG: Container hover

I would like to have a background image set on the container and when the user hovers over the section a video is played etc. If i set the background image that is fine. When I set the pseudo to :hover and attach a youtube file or vimeo file it does not work. However, if I set an image this works as expected.

Hi Josh,
Thanks so much for your report!

If you look at the code and the styles you will see that the video is not included like an image. Instead, a new HTML element is inserted, i.e. it is not a CSS property that can be changed via :hover. However, you cannot start the video using CSS alone.

Best regards,
timmse

We did look at the code prior. We managed to get this working after with the :hover on a block section which hides when the container is selected etc.

Thanks anyways.