images url code example
Example 1: get featured image url
echo get_the_post_thumbnail_url();
Example 2: lorum picsum
<img src="https://picsum.photos/200"/>;
Example 3: network image url
Image.network(
'https://picsum.photos/250?image=9',
)
Example 4: image url
Free Image URL to use:
https://source.unsplash.com/user/c_v_r
Example 5: lorem picsum
// For 200px by 300px
https://picsum.photos/200/300
// For square
https://picsum.photos/200