I’d encourage you to read more about the `VIDEO` element here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
It sounds like you want to display a still image before the visitor presses play? That’s what the `poster` attribute is for. It is described on the page I linked there.