Buy me a coffee

Hover Image > Play Video

#1. First, you add a Video Block with Custom Featured Image.

Hover Image Play Video1 Min

And make sure these options are enabled.

Hover Image Play Video3 Min

If you want to disable the Play icon in the middle of the image, disable this option.

Hover Image Play Video2 Min

#2. Use this code to Custom CSS box

div.video-block video {
    opacity: 0;
}
div.video-block .plyr__poster {
    opacity: 1;
}
div.video-block:hover video {
    opacity: 1;
}
div.video-block:hover .plyr__poster {
    opacity: 0;
}

Hover Image Play Video4 Min