• Resolved tom1mod

    (@tom1mod)


    How to add NON-Youtube video using “Custom Video Code”?
    I can’t find an instruction on how to use “Custom Video Code”.(not you tube video)
    I want to add a video from the WordPress media library. (Not an external link)
    Thank you.

Viewing 1 replies (of 1 total)
  • pola11

    (@pmakabenta)

    @tom1mod See the sample video code below.

    <video width="320" height="240" autoplay muted>
      <source src="/wp-content/uploads/2021/05/file_example_MP4_640_3MG.mp4" type="video/mp4">
      <source src="movie.ogg" type="video/ogg">
    Your browser does not support the video tag.
    </video>
Viewing 1 replies (of 1 total)

The topic ‘Adding Non-Youtube video’ is closed to new replies.