Searched refs:verticalVolume (Results 1 – 6 of 6) sorted by relevance
/plugin/jplayer/components/jplayer/ |
H A D | jplayer-built.js | 644 …verticalVolume: false, // Calculate volume from the bottom of the volume bar. Default is from the … 2305 if(this.options.verticalVolume) { 2339 this.css.jq.volumeBarValue[this.options.verticalVolume ? "height" : "width"]((v*100)+"%");
|
/plugin/jplayer/components/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 644 …verticalVolume: false, // Calculate volume from the bottom of the volume bar. Default is from the … 2305 if(this.options.verticalVolume) { 2339 this.css.jq.volumeBarValue[this.options.verticalVolume ? "height" : "width"]((v*100)+"%");
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 644 …verticalVolume: false, // Calculate volume from the bottom of the volume bar. Default is from the … 2305 if(this.options.verticalVolume) { 2339 this.css.jq.volumeBarValue[this.options.verticalVolume ? "height" : "width"]((v*100)+"%");
|
H A D | jquery.jplayer.min.js | 2 …volume-.1)}},loop:{key:76,fn:function(a){a._loop(!a.options.loop)}}},verticalVolume:!1,verticalPla… property in a.jPlayer.options 3 …verticalVolume?g/h:e/f)}this.options.muted&&this._muted(!1)},_updateVolume:function(a){a===b&&(a=t…
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
H A D | jquery.jplayer.js | 644 …verticalVolume: false, // Calculate volume from the bottom of the volume bar. Default is from the … 2305 if(this.options.verticalVolume) { 2339 this.css.jq.volumeBarValue[this.options.verticalVolume ? "height" : "width"]((v*100)+"%");
|
/plugin/jplayer/components/ |
H A D | require-built.js | 2689 …verticalVolume: false, // Calculate volume from the bottom of the volume bar. Default is from the … 4350 if(this.options.verticalVolume) { 4384 this.css.jq.volumeBarValue[this.options.verticalVolume ? "height" : "width"]((v*100)+"%");
|