1.0.20 • Published 11 months ago

@filmgardi/videojs-phoenix-theme v1.0.20

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Videojs Filmgardi Themes

Phoenix theme for video.js player :nail_care:.

Usage

You can pull in the CSS via link tags

<!-- Video.js base CSS -->
<link href="https://unpkg.com/video.js@7/dist/video-js.min.css" rel="stylesheet">

<!-- Filmgardi Theme -->
<link href="https://unpkg.com/@filmgardi/videojs-theme@1.0.6/dist/videojs-filmgardi.css" rel="stylesheet">

Or, if you're using CSS modules in JavaScript, you can install the NPM module:

npm install --save video.js  @filmgardi/videojs-theme

Then just import the files as you would other CSS.

import 'video.js/dist/video-js.css';

// Filmgardi Theme
import '@filmgardi/videojs-theme/dist/videojs-filmgardi.css';

When you've got the theme pulled in, you must add the vjs-filmgardi class to your player.

<video id="my-player" class="video-js vjs-filmgardi" ...>
1.0.20

11 months ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago