@@ -4,15 +4,15 @@ Supports for sticky mode.
4
4
5
5
## Overview
6
6
7
- | <!-- --> | <!-- --> |
8
- | ----------------- | ---------------------------------------- |
9
- | Name | ` sticky ` |
10
- | Global name¹ ; | ` window.VlitejsSticky ` |
11
- | Path | ` vlitejs/dist/plugins/sticky ` |
12
- | Entry point | ` vlitejs/dist/plugins/sticky/sticky.js ` |
13
- | Stylesheet | ` vlitejs/dist/plugins/sticky/sticky.css ` |
14
- | Provider² ; | ` 'html5' ` |
15
- | Media type³ ; | ` 'video' ` |
7
+ | <!-- --> | <!-- --> |
8
+ | ----------------- | -------------------------------------------- |
9
+ | Name | ` sticky ` |
10
+ | Global name¹ ; | ` window.VlitejsSticky ` |
11
+ | Path | ` vlitejs/dist/plugins/sticky ` |
12
+ | Entry point | ` vlitejs/dist/plugins/sticky/sticky.js ` |
13
+ | Stylesheet | ` vlitejs/dist/plugins/sticky/sticky.css ` |
14
+ | Provider² ; | ` 'html5', 'youtube', 'vimeo', 'dailymotion' ` |
15
+ | Media type³ ; | ` 'video' ` |
16
16
17
17
> ** Note** _ ¹ ; Useful only if ` vLitejs ` is included with a ` <script> ` tag (see [ CDN] ( ../../../README.md#CDN ) section)._
18
18
@@ -59,7 +59,7 @@ The plugin allows customization with an optional object as the third parameter o
59
59
| ` ratio ` | ` Number ` | ` 16/9 ` | Specify the ratio of the sticky player |
60
60
61
61
``` js
62
- Vlitejs .registerPlugin (' cast ' , VlitejsCast , {
62
+ Vlitejs .registerPlugin (' sticky ' , VlitejsSticky , {
63
63
mode: ' instant' ,
64
64
offset: 20 ,
65
65
width: 400 ,
0 commit comments