Skip to content

Commit 8b816a8

Browse files
authored
Merge pull request #36 from ahabeb/master
Fix background-size issue
2 parents da09485 + 6cbe253 commit 8b816a8

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
@@ -185,15 +185,15 @@
185185
element.attr("style", 'background-color:white');
186186
}
187187
element.css({
188-
'background-size': 'cover'
188+
'background-size': 'cover !important'
189189
});
190190
});
191191
}
192192
else {
193193
img = "";
194194
element.attr("style", 'background-color:white');
195195
element.css({
196-
'background-size': 'cover'
196+
'background-size': 'cover !important'
197197
});
198198
}
199199
});

0 commit comments

Comments
 (0)