Skip to content

Commit 608f8dd

Browse files
authored
Merge pull request #48 from ahabeb/master
fix background-size issue
2 parents 0b58a4b + d2f61a5 commit 608f8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/directives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
img = "";
186186
element.attr("style", 'background-color:white');
187187
element.css({
188-
'background-size': 'cover'
188+
'background-size': 'cover !important'
189189
});
190190
}
191191
});

0 commit comments

Comments
 (0)