mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2025-02-02 11:37:16 +01:00
Fix gif location
This commit is contained in:
parent
5c9a24c8aa
commit
81bbeb5bfb
@ -9,7 +9,7 @@ a:active {
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url(../Media/BG/0.gif);
|
||||
background-image: url(/Web-ThirdParty-Unknown/Assets/Media/Backgrounds/0.gif);
|
||||
background-size: cover;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
|
@ -1,6 +1,6 @@
|
||||
function RandomGIF() {
|
||||
GifID = Math.floor((Math.random() * 25)/2);
|
||||
GifURL = "Web-ThirdParty-Unknown/Assets/Media/Backgrounds/" + GifID + ".gif";
|
||||
GifURL = "/Web-ThirdParty-Unknown/Assets/Media/Backgrounds/" + GifID + ".gif";
|
||||
document.body.style.backgroundImage = "url(" + GifURL + ")";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user