diff --git a/src/View/Account.elm b/src/View/Account.elm index 29edd77..031d277 100644 --- a/src/View/Account.elm +++ b/src/View/Account.elm @@ -251,7 +251,9 @@ accountView subView currentUser accountInfo = , div [ id "account", class "timeline" ] [ div [ class "account-detail" - , style [ ( "background-image", "url('" ++ account.header ++ "')" ) ] + , style [ ( "background-image", "url('" ++ account.header ++ "')" ), + ( "background-position", "center" ), + ( "background-size", "cover" ) ] ] [ div [ class "opacity-layer" ] [ followButton currentUser accountInfo.relationship account