Inline video how to add?

  1. 5 years ago

    Hi Pubcoder forum,
    Is there a way to add a video inline (scrolls with text) that is embedded in the document (not a Vimeo or Youtube link). I see you can attach a video as an asset but I cannot figure out how it can be viewed like an image appears in the scrollable text box.
    Any help as always is appreciated.

    PS, Angelo, If you are answering the forum today, can you tell me how is the self CMS coming along for SHELF?
    Thanks Andy

  2. 4 years ago

    Angelo S

    3 Apr 2019 Administrator

    just edit the text box code and insert a <video> tag in it, like:

    <video playsinline="playsinline" preload="none">
    	<source src="../path/to/your/attached/video.mp4" type="video/mp4" />
    </video>

    As for the self-provisioning Shelf console, we are not ready to share any news at this time. Sorry.

 

or Sign Up to reply!