Fake Image Snippet Collection
install 延伸模組 in VsCode
fakeimg.pl (color block with text)
帶進來一張指定長寬的色塊圖片
<img src="https://fakeimg.pl/300x200/C00CCC" alt="">
picsum.photos (random high quality photo)
https://picsum.photos/500/400?random=1
notice: change random number to use multiple image.
帶進來一張指定長寬,亂數產生的圖片
<img src="https://picsum.photos/500/400?random=1" alt="">