-
Notifications
You must be signed in to change notification settings - Fork 145
Using The Avatar
bman46 edited this page Jul 24, 2016
·
5 revisions
$steamprofile['avatar'] //Displays the avatar with the dimensions: 32x32px
$steamprofile['avatarmedium'] //Displays the avatar with the dimensions: 64x64px
$steamprofile['avatarfull'] //Displays the avatar with the dimensions: 184x184px
<img src="<?php echo $steamprofile['avatar'];?>" title="" alt="" />
<img src="<?php echo $steamprofile['avatarmedium'];?>" title="" alt="" />
<img src="<?php echo $steamprofile['avatarfull'];?>" title="" alt="" />