Skip to content

Commit

Permalink
Update common.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luost26 committed Oct 4, 2024
1 parent c129a31 commit 1f30b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $(function () {
} else if (element.is('div')) {
// set the style to background-size: cover;
element.css('background-size', 'cover');
element.css('background-position', 'center');
}
}
}
Expand Down

0 comments on commit 1f30b0d

Please sign in to comment.