Hi All,
Is it possible to upload video files in the developer portal.Does it support inline text ?
Hi All,
Is it possible to upload video files in the developer portal.Does it support inline text ?
For the Integrated portal, you can paste the embed code from e.g. YouTube/Vimeo into the page directly. You can also upload an MP4 video (or whichever format is playable on the web) to the Assets section, and then use the
<video width="320" height="240" controls>
<source src="/files/SampleVideo_1280x720_1mb.mp4" type="video/mp4">
</video>
In a Drupal portal, use the Media module to handle that.