fix absolute image reference in css

This commit is contained in:
Matt Walsh
2020-11-17 23:36:21 -06:00
parent c3f62020a6
commit f913013ce0
5 changed files with 5 additions and 5 deletions

View File

@@ -257,7 +257,7 @@ jsgif
/* max-width: 640px; */
height: 100%;
max-height: 480;
background-image: url(http://localhost:8080/images/BackGround1_1.png);
background-image: url(../images/BackGround1_1.png);
}
#divTwc:fullscreen #container {
background-image: none;