(2018-03-11, 11:02 PM)Starpaul20 Wrote: (2018-03-11, 06:51 AM)Kioshi Wrote: How can I change the size limit?
Admin CP -> Users & Groups -> Groups -> Edit Group -> Miscellaneous -> Under Profile Picture, find Maximum Dimensions.
Okay got that, now another thing.
So I'm trying to use this for Profile Banner Images, size is about 1088x315 and I want to use that size for profile pictures so I've changed it.
But I don't think I'm placing the variable properly for it to show. Here's what's in my member_profile template:
<div id="profile-header-right" style="width: 100%;background: #040303;background-size: 102%;margin-left: 5px;border: 1px solid #2a2a2a;display: flex;">
{$profilepicture}
<div id="profile-header-bottom" style="margin-top: auto; padding: 10px; border-top: 1px solid rgb(37, 37, 37); background: rgba(0,0,0,0.7); width: 100%;">
{$formattedname}<br/>{$usertitle}
</div>
How can I get the profile picture image to cover the entire header image box but not make any conflict with the header-bottom bar?