[Vuejs]-Vue / Nuxt – How to display a "poster" in a video element

0👍

If the path to your image is /static/images/video poster.png then use src="/images/videoposter.png"

You don’t need to use a relative path, as you have in your code example.

Leave a comment