We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f31ac commit eff8342Copy full SHA for eff8342
docs/static/css/index.css
@@ -165,7 +165,7 @@ div#comparison {
165
}
166
167
div#comparison figure {
168
- background-image: "./static/images/a_dog_input.png";
+ background-image: url("./static/images/a_dog_input.png");
169
background-size: cover;
170
position: relative;
171
font-size: 0;
@@ -180,7 +180,7 @@ div#comparison figure>img {
180
181
182
div#comparison figure div {
183
- background-image: "./static/images/a_dog_output.png";
+ background-image: url("./static/images/a_dog_output.png");
184
185
position: absolute;
186
width: 50%;
0 commit comments