少於 1 分鐘閱讀

網站

http://placehold.co/

在施作網頁畫面的時候,常需要放圖片,直接使用此方式即可:

<img class="img-responsive" src="http://placehold.co/900x300" alt="">

格式調整

  • 長寬只填一項,就是正方形
  • 圖片可選擇png、jpg、gif,預設是png
  • 底色、字色可填 HEX Colors 3碼或6碼
  • 文字空白使用”+“連接
http://placehold.co/長x寬.png/底色/字色?text=文字1+文字2+..

範例

  • http://placehold.co/300

  • http://placehold.co/300x100

  • http://placehold.co/300x100.jpg

  • http://placehold.co/300x100/000000/fff

  • http://placehold.co/300x100/000000/fff?text=hello+world!

留言