We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f558eb3 commit 80b1da7Copy full SHA for 80b1da7
profile.php
@@ -27,7 +27,7 @@
27
$user = $userResults->fetchObject();
28
echo '<header class="profile-info">';
29
if($user->imguri != NULL) {
30
- echo '<img class="profile-img" aria-label="Profile picture for '.$user->username.'." src="'.$user->imguri.'">';
+ echo '<img class="profile-img" width="15%" aria-label="Profile picture for '.$user->username.'." src="'.$user->imguri.'">';
31
}
32
echo '<h2 class="profile-header">'.$user->username.'\'s Profile</h2>';
33
if($user->fullName != NULL) {
0 commit comments