Reputation: 632
I have the following code for displaying an image. It works but it doesn't change the size of the image if I change the height and width values in here.
<img src="<?php echo trim($user_data['profilepicture'])?>" height='10' width='10'>
Can somebody help me with this.
Upvotes: 0
Views: 76