Posted in Images
3550
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
54
This Month
351
This Year
488

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
You drown not by falling in the river, but by staying submerged.
Unknown
Random CSS Property

background-position

The background-position CSS property sets the initial position for each background image. The position is relative to the position layer set by background-origin.
background-position css reference