-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,7 +121,7 @@ Select a 1.x version of videojs-sprite-thumbnails from the [CDN](https://unpkg.c | |
Or load the latest Video.js v7.x/v6.x compatible release of the plugin via [script tag](#script-tag): | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected].0/dist/videojs-sprite-thumbnails.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/videojs-sprite-thumbnails.min.js"></script> | ||
``` | ||
|
||
### Configuration | ||
|
@@ -336,7 +336,7 @@ player.spriteThumbnails({ | |
|
||
<h2 id="migrating-from-v11x">Migrating from v1.1.x</h2> | ||
|
||
Plugin version 1.2.0 introduces the *mandatory* option [`columns`](#columns). Thumbnail images are now [loaded on demand](https://github.com/phloxic/videojs-sprite-thumbnails/issues/56) which interferes less with video playback. Please apply the option to your existing setups. | ||
Plugin version 1.2.0 introduced the *mandatory* option [`columns`](#columns). Thumbnail images are now [loaded on demand](https://github.com/phloxic/videojs-sprite-thumbnails/issues/56) which interferes less with video playback. Please apply the option to your existing setups. | ||
|
||
## Constraints | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters