Video

Overview

Video can be used to embed video files.

This is an HTML5 Element.

Demo

https://nectar.website/demo/components/video/

Usage

You can refer to the code present in /partials/components/video.html file and use it accordingly.

Docs

The video component uses native <video> element, with some CSS. You can learn about <video> at https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video

Last updated