Hello to anyone that uses gatsbyJS, would there be anyway to use a gatsby image with the blur up or traced view to serve as a video poster?
<video controls poster="/images/w3html5.gif">
<source src="movie.mp4" type="video/mp4">
</video>
I believe poster
only takes in a url so I am guessing this is not possible but I am curious if I am missing something. Thank you!