Posted in Images
3529
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
51
This Month
136
This Year
467

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


Me
Random CSS Property

counter-reset

The counter-reset CSS property resets a CSS counter to a given value. This property will create a new counter or reversed counter with the given name on the specified element.
counter-reset css reference