Skip to content

Commit f9ab7d7

Browse files
aaaprocessDanielHindi
authored andcommitted
Fixed the background issue (#37)
1 parent de75e21 commit f9ab7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
}, function (err, imgUrl) {
108108
if (imgUrl) {
109109
img = imgUrl;
110-
element.attr("style", 'background:url(' + img + ') !important');
110+
element.attr("style", 'background:url(' + img + ') !important;background-size:cover !important');
111111
} else {
112112
img = '';
113113
element.attr("style", 'background-color:white');

0 commit comments

Comments
 (0)