user2636368
user2636368

Reputation: 632

image size is not changing

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

Answers (1)

Alejandro Iv&#225;n
Alejandro Iv&#225;n

Reputation: 4061

It's width and height, not weight.

Upvotes: 2

Related Questions