• Resolved Jaso

    (@subwebsites)


    New Post Type HOUSES, with extra fields one called and set for FILE/Image/Video.

    Post has.mp4 video, and within Elementor Template I cannot display the video file, Why is that? What is the sequence to show PODS Video in Elementor Template ?

Viewing 1 replies (of 1 total)
  • Plugin Support pdclark

    (@pdclark)

    The most basic method of displaying video from a URL of an mp4 file is an HTML video tag.

    Within Elementor and most page builders, you can output raw HTML with a shortcode module

    See https://docs.pods.io/displaying-pods/pods-shortcode/

    For example:

    [pods]<video width="320" height="240" controls><source src="{@name_of_field_with_video_file}" type="video/mp4"></video>[/pods]

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.