Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```dataviewjs
- function getRandomInt(max) {
- return Math.floor(Math.random(5000) * max);
- }
- const width = 400;
- const height = 300;
- const rnd = getRandomInt(500)
- dv.span('<img src="https://picsum.photos/' + width + '/' + height+ '?random=' + rnd + '">')
- ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement