mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
Fix for fonts awesome 5
This commit is contained in:
parent
3a204b1f55
commit
54d4716427
3 changed files with 32 additions and 8 deletions
|
@ -9,9 +9,7 @@ $(document).ready(function () {
|
|||
//constructor: function(player, options) {
|
||||
constructor: function () {
|
||||
Button.apply(this, arguments);
|
||||
//this.addClass('vjs-chapters-button');
|
||||
this.addClass('fa');
|
||||
this.addClass('fa-compress');
|
||||
this.addClass('ypt-compress');
|
||||
this.addClass('vjs-button-fa-size');
|
||||
this.controlText("Theater");
|
||||
if (Cookies.get('compress') === "true") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue