How to create preview video image?

Hello,

I shared my videos and create a public-link for download.

When you click on this link, a page with a video player opens.

The video player has a black image and when clicked on, the video file starts playing. It’s good.

But I need a preview of the image instead of a black screen.

How can I do it?

Thank you.

solved issue.

for example: tag preload=“auto”

<p><span class="fr-video fr-fvc fr-dvi fr-draggable" contenteditable="false"><video class="fr-fvc fr-dvi fr-draggable" controls="" preload="auto" style="max-width: 640px; max-height: 360px;" tabindex="0"><source src="https://video.example.com/index.php/s/XQSwG9Ufkg5gShI/download" type="video/mp4"></video></span></p>

2 Likes