Skip to content

Commit

Permalink
Ste #46 - fixing image scaling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cowley05 committed Jan 27, 2015
1 parent 7baf202 commit bda4cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/monitor/appender.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function showSuccessMessage(projects, successRepository) {
$('#projects')
.append('<li><div class=monitor-outerContainer><div id="success-image" class="monitor-success-image monitor-innerContainer" style="' +
'background: url(' + successRepository.getSuccessImageUrl() + ') no-repeat center center fixed;' +
'background-size: cover">' +
'background-size: contain">' +
'</div>' +
'</div></li>')
} else {
Expand Down

0 comments on commit bda4cc3

Please sign in to comment.