Posted in Images
3523
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
29
This Month
130
This Year
461

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

@viewport

Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
user-zoom (@viewport) css reference