Posted in Images
3521
1:31 am, May 1, 2022
 

Auto Changing Image URL

Here is a picsum url that you can use to generate image sizes, just change the numbers in the url to change its generated size. 

Some examples of the sizes you can use are below. 

HTML

<h3>A 20x20 Image URL, that changes every time its reloaded.</h3>
<img src='https://picsum.photos/20/20'>
<h3>A 120x120 Image URL, that changes every time its reloaded.</h3>
<img src='https://picsum.photos/120/120'>
<h3>A 300 x 300 Image URL, that changes every time its reloaded.</h3>
<img src='https://picsum.photos/300/300'>
<h3>A 800 x 600 Image URL, that changes every time its reloaded.</h3>
<img src='https://picsum.photos/800/600'>

A 20x20 Image URL, that changes every time its reloaded.

A 120x120 Image URL, that changes every time its reloaded.

A 300 x 300 Image URL, that changes every time its reloaded.

A 800 x 600 Image URL, that changes every time its reloaded.

View Statistics
This Week
27
This Month
128
This Year
459

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Items in Images
Search Code
Search Code by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
Don't look to be the next Facebook, try to solve a real problem instead.
Unknown
Random CSS Property

border-image-width

The border-image-width CSS property sets the width of an element's border image.
border-image-width css reference