lorum picsum
<img src="https://picsum.photos/200"/>;
lorum picsum
<img src="https://picsum.photos/200"/>;
placeholder image
<!-- gray image 350 width, 150 height -->
<img src="https://via.placeholder.com/350x150">
<!-- random pics 200*300 -->
<img src="https://picsum.photos/200/300">
<!-- random pics square -->
<img src="https://picsum.photos/200">
<!--
link for more
https://picsum.photos/
https://placeholder.com/
-->
lorem picsum
<img src="https://picsum.photos/200/300?random=1">
<img src="https://picsum.photos/200/300?random=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
how to give placeholder to image.network
FadeInImage(image: NetworkImage(url), placeholder: AssetImage(assetName)
create transparent placeholder img
from PIL import Image
img = Image.new('RGB', (32,32), color='white')
img.save('empty.png')
quit()
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us