Skip to content

Commit

Permalink
Merge pull request #76 from ahabeb/master
Browse files Browse the repository at this point in the history
Fix background issue
  • Loading branch information
DanielHindi authored Apr 13, 2017
2 parents 579cee6 + fecf562 commit 926a521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
img = "";
element.attr("style", '');
element.css({
'background-size': 'cover'
'background-size': 'cover !important'
});
}
});
Expand Down

0 comments on commit 926a521

Please sign in to comment.