Skip to content

Commit afbb0f2

Browse files
authored
Merge pull request #67 from ahabeb/master
Fix background issue
2 parents 19539f6 + 512db41 commit afbb0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

widget/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
img = '';
286286
element.attr("style", 'background-color:white');
287287
element.css({
288-
'background-size': 'cover'
288+
'background-size': 'cover !important'
289289
});
290290
}
291291
});
@@ -295,7 +295,7 @@
295295
img = "";
296296
element.attr("style", 'background-color:white');
297297
element.css({
298-
'background-size': 'cover'
298+
'background-size': 'cover !important'
299299
});
300300
}
301301
});

0 commit comments

Comments
 (0)