Last active
December 6, 2020 18:23
-
-
Save anovsiradj/d773a1ba2d9630dcf32ca62e42a6fbfb to your computer and use it in GitHub Desktop.
Revisions
-
anovsiradj revised this gist
Dec 6, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,8 @@ #movie_player video { transform: scale(2); transform: scale(2) rotate(-90deg); // left transform: scale(2) rotate(90deg); // right top: 100px !important; left: 0px !important; } -
anovsiradj revised this gist
Dec 6, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ```css #movie_player video { transform: scale(2); top: 100px !important; left: 0px !important; } -
anovsiradj revised this gist
Dec 6, 2020 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,8 @@ # dailymotion ```css #player-body video { transform: scale(2); top: 100px !important; left: 0 !important; @@ -12,7 +13,8 @@ # youtube ```css #movie_player video { transform: scale(1.5); top: 100px !important; left: 0px !important; -
anovsiradj revised this gist
Dec 6, 2020 . 1 changed file with 15 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,20 @@ # dailymotion ```css #player-body video { transform: scale(2); top: 100px !important; left: 0 !important; } ``` # youtube ```css #movie_player video { transform: scale(1.5); top: 100px !important; left: 0px !important; } ``` -
anovsiradj created this gist
Dec 6, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ # dailymotion ```css #player-body video { transform: scale(2); top: 100px !important; left: 0 !important; } ```