I’m trying to find some tutorials on how to create a (full screen height) background video to play on a click of a link button? Basically there will be a poster image covering the video with the following code:
and then I will have some text with a call to action button for the user to play the video (full screen height). I’m not sure how to go about doing this and could use some tutorial recommendations.
As far as I understand that is exactly what you’re looking for.
You have a button and <video> tag and want to play that video on button click.
My example shows how to do that.
The difference is only in CSS.
You want something like that: