-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from amarcu5/develop-1.0.x
v1.0.2
- Loading branch information
Showing
20 changed files
with
95 additions
and
54 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import { getResource } from './../common.js' | ||
|
||
export const domain = '9now'; | ||
|
||
export const resource = { | ||
buttonClassName: 'vjs-control vjs-button', | ||
buttonHoverStyle: /** CSS */ (` | ||
filter: brightness(50%) sepia(1) hue-rotate(167deg) saturate(253%) brightness(104%); | ||
`), | ||
buttonInsertBefore: function(/** Element */ parent) { | ||
return parent.querySelector('.vjs-fullscreen-control'); | ||
}, | ||
buttonParent: function() { | ||
return document.querySelector('.vjs-control-bar'); | ||
}, | ||
buttonScale: 0.7, | ||
buttonStyle: /** CSS */ (` | ||
order: 999999; | ||
cursor: pointer; | ||
height: 44px; | ||
width: 40px; | ||
`), | ||
captionElement: function() { | ||
const e = getResource().videoElement(); | ||
return e && e.parentElement.querySelector('.vjs-text-track-display'); | ||
}, | ||
videoElement: function() { | ||
return document.querySelector('video.vjs-tech'); | ||
}, | ||
}; |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
export const domain = 'fubo'; | ||
|
||
export const resource = { | ||
buttonElementType: 'div', | ||
buttonInsertBefore: function(/** Element */ parent) { | ||
return parent.lastChild; | ||
}, | ||
buttonParent: function() { | ||
return document.querySelector('.css-ja7yk7'); | ||
}, | ||
buttonScale: 1.25, | ||
buttonStyle: /** CSS */ (` | ||
height: 24px; | ||
width: 25px; | ||
margin: 8px 10px 12px; | ||
cursor: pointer; | ||
`), | ||
videoElement: function() { | ||
return document.getElementById('video'); | ||
}, | ||
}; |
This file was deleted.
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
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
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
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
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