OS: Kubuntu 20.04
Publii version: v.0.38.3 (build 14238)
Theme: Technews 2.3.0.0
I seem to have a problem embedding videos. If I do a local preview they are fine but when the site is uploaded there is a blank box with “No video with supported format and MIME type found”.
I have tried different browsers and operating systems, mpv instead of webm, making the file sizes smaller, wrapping the video tags in <figure class=”post__video”> and probably quite a few other things I can’t remember 🙂 For some reason I am stymied.
For example on this page the first video is touristtrap.webm which is there if I put in the full URL but on the page it doesn’t show.
The code in HTML view is,
<video width="100%" height="auto" controls="controls"><source src="media/files/touristtrap.webm" type="video/webm" /></video>
Any ideas on what I am doing wrong?