Skip to content

Commit

Permalink
Fix background issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayman Habeb committed Apr 13, 2017
1 parent 579cee6 commit fecf562
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 fecf562

Please sign in to comment.