video
news-vj-component-video
Defines a video component for use in Visual Journalism projects.
Usage
You can pass in the following properties:
pid
: pid of video. This must be a version pid (e.g. p04qhgkp) rather than a clip pid (e.g. p04qhgkh). You may be able to use the PIPS inspector or IDT Video Embed Tool to convert to the pid you need.title
(optional): title of videoposter-image
: holding image to be displayed before hitting 'Play'.autoplay
: whether or not to autoplay. Defaults tofalse
Example:
{{> video pid='p04qhgkp' title='Tales from the border' poster-image='http://via.placeholder.com/550x320' autoplay='TRUE' }}