Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下用于显示图像的代码。它可以工作,但如果我在这里更改高度和宽度值,它不会改变图像的大小。
<img src="<?php echo trim($user_data['profilepicture'])?>" height='10' width='10'>
有人可以帮我解决这个问题。
是width和height,不是重量。
width
height