The video tag has already set the poster cover. After clicking on the playback, there will be no cover, and j will become black.

the video tag has already set the poster cover. After clicking and playing, there will be no cover, and it will become black. How to make it change to the poster set before every time the cover is played?

initial state diagram:

clipboard.png

:
clipboard.png

Jul.27,2021

clipboard.png
A random search will start with

In short: what you need is to add video.addEventListener ('ended',function () {}) and do it in your custom JavaScript.
Menu