1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Oinktube/view/js/videojs-persistvolume
2020-01-14 11:27:40 -03:00
..
test 2020-01-14 11:27:40 -03:00
bower.json 2020-01-14 11:27:40 -03:00
LICENSE 2020-01-14 11:27:40 -03:00
README.md 2020-01-14 11:27:40 -03:00
videojs.persistvolume.js 2020-01-14 11:27:40 -03:00

videojs-persistvolume

A plugin for Video.js that saves user's volume setting using localStorage, but falls back to cookies if necessary.

###Usage Include the plugin:

<script src="videojs.persistvolume.js"></script>

Add persistVolume to plugins object with one option, namespace.

plugins: {
    persistvolume: {
	    namespace: 'So-Viral-So-Hot'
    }
}