Skip to content

Commit

Permalink
Fixed the background of Frutiger Aero
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Feb 7, 2024
1 parent eca050d commit c91f120
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
5 changes: 3 additions & 2 deletions editor/ColorConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,9 +729,10 @@ export class ColorConfig {
/* sets background image */
body {
background-image: url("https://choptop84.github.io/choptop84s-image-repository/frutigerbg3.jpg") !important;
background-position: ;
background-position: top;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100vh;
background-size: cover;
image-rendering: optimizeQuality !important; /* IE */
}
Expand Down
5 changes: 3 additions & 2 deletions website/beepbox_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -3073,9 +3073,10 @@ var beepbox = (function (exports) {
/* sets background image */
body {
background-image: url("https://choptop84.github.io/choptop84s-image-repository/frutigerbg3.jpg") !important;
background-position: ;
background-position: top;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100vh;
background-size: cover;
image-rendering: optimizeQuality !important; /* IE */
}

Expand Down
2 changes: 1 addition & 1 deletion website/beepbox_editor.min.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions website/player/beepbox_player.js
Original file line number Diff line number Diff line change
Expand Up @@ -2725,9 +2725,10 @@ var beepbox = (function (exports) {
/* sets background image */
body {
background-image: url("https://choptop84.github.io/choptop84s-image-repository/frutigerbg3.jpg") !important;
background-position: ;
background-position: top;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100vh;
background-size: cover;
image-rendering: optimizeQuality !important; /* IE */
}

Expand Down
2 changes: 1 addition & 1 deletion website/player/beepbox_player.min.js

Large diffs are not rendered by default.

0 comments on commit c91f120

Please sign in to comment.