mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
.. | ||
test | ||
bower.json | ||
LICENSE | ||
README.md | ||
videojs.persistvolume.js |
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'
}
}