Add caption on html5 video
-
Hello,
I’m trying to convert my GIFs to HTML5 videos with the autoplay, loop etc so they look exactly like gifs. I’ve been able to load up the video, but I have to do it with manual html like so:
<video src=”https://myVideo.mp4″ autoplay=”autoplay” loop=”loop” muted=””></video>
When I insert an image into my wordpress post, I can add the [caption] tags to make it have the caption design, however if I put the caption around my video…
[caption id="attachment_60" align="alignnone" width="800"]<video src=”https://myVideo.mp4″ autoplay=”autoplay” loop=”loop” muted=””>[/caption]
That doesn’t seem to work.
Any help here? Or any other guidance on getting captions on videos?
Thanks.
The page I need help with: [log in to see the link]
- The topic ‘Add caption on html5 video’ is closed to new replies.