Refactor profile picture display to increase width from 120 to 240 pixels
This commit is contained in:
parent
8a7d726fd9
commit
5499482637
@ -70,7 +70,7 @@ include 'header.php';
|
|||||||
<header class="auth__header">
|
<header class="auth__header">
|
||||||
<img src="<?php echo htmlspecialchars($user['profilePicture']); ?>"
|
<img src="<?php echo htmlspecialchars($user['profilePicture']); ?>"
|
||||||
alt="Profilbild"
|
alt="Profilbild"
|
||||||
width="120">
|
width="240">
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user