PlaceHoolder Image code example
Example 1: lorem picsum
<img src="https://picsum.photos/200/300?random=1">
<img src="https://picsum.photos/200/300?random=2">
Example 2: placeholder image
// This is the URL for the placeholder image
// To resize the image, change the last part of the URL to any size you want
https://via.placeholder.com/350x150
Example 3: create transparent placeholder img
convert -size 32x32 xc:white empty.jpg