1//generate random photos. Change the dimensions to what you need (500/300) and add to random counter as needed.
2https://picsum.photos/500/300?random=1
3https://picsum.photos/500/300?random=2
4https://picsum.photos/500/300?random=3
5https://picsum.photos/500/300?random=4
1Here is a Random Image URL for your Project:
2
3-> https://source.unsplash.com/user/c_v_r
4
5Change the size -> ex. https://source.unsplash.com/user/c_v_r/1600x900
6 https://source.unsplash.com/user/c_v_r/100x100
7
8ex.
9<img scr="https://source.unsplash.com/user/c_v_r" alt="Free unsplash image">
10
11This URL gives an Random Image in high and quality back!
12Use it for your Website all Photos are free to use !!
13or use it for any your App :-)
1<script type="text/javascript">
2//Javascript Created by Computerhope https://www.computerhope.com/
3//store the quotations in arrays
4var images = [],
5index = 0;
6images[0] = "<a href = 'https://www.computerhope.com/'>78";
9index = Math.floor(Math.random() * images.length);
10document.write(images[index]);
11//done
12</script>
1<img src="https://picsum.photos/200/300?random=1">
2<img src="https://picsum.photos/200/300?random=2">
1// change the numbers to whatever dimensions you need
2
3https://picsum.photos/200/300