2014-04-02 51 views

回答

2

http://placehold.it仅仅是提供虚拟图像,以填补你的内容。您不用它来设置图像大小。使用此:

<img src="image/abc.png" style="width:320px;height:150px" alt="" /> 
1

您可以通过只请求以下URL使用图像占位符:

http://placehold.it/300x200

第一个参数定义的宽度,第二个参数是高度。

<img src="http://placehold.it/200x200">