Plugins

Media Player

Inside the media cards, for both the audio and video players we have used the Plyr Library. In order to see the full documentation, you can go here.

In order to use it, you will need to import its custom CSS and JS. We have used their CDN, but you can also download the files from Github and import them in your project.

Needed files:

<link rel="stylesheet" href="https://cdn.plyr.io/3.3.21/plyr.css">
<script src="https://cdn.plyr.io/3.3.21/plyr.polyfilled.js"></script>

Example

Here is an example for a audio player inside a card:

Sliders

In order to add sliders to the page, we have used the noUISliders and have added a layer of design. To see the full functionality of the library, you can check they GitHub Documentation.

And here is an example of how to use it:

Last updated