Skip to content

Commit eff8342

Browse files
committed
before and after slider
1 parent 33f31ac commit eff8342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/static/css/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ div#comparison {
165165
}
166166

167167
div#comparison figure {
168-
background-image: "./static/images/a_dog_input.png";
168+
background-image: url("./static/images/a_dog_input.png");
169169
background-size: cover;
170170
position: relative;
171171
font-size: 0;
@@ -180,7 +180,7 @@ div#comparison figure>img {
180180
}
181181

182182
div#comparison figure div {
183-
background-image: "./static/images/a_dog_output.png";
183+
background-image: url("./static/images/a_dog_output.png");
184184
background-size: cover;
185185
position: absolute;
186186
width: 50%;

0 commit comments

Comments
 (0)