We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581eca2 commit 03a8a3bCopy full SHA for 03a8a3b
doc/source/_static/images/backgrounds/100.jpg
2.16 MB
doc/source/_static/images/backgrounds/101.jpg
2.33 MB
doc/source/_static/images/backgrounds/38.jpg
2.05 MB
doc/source/_static/js/custom.js
@@ -3,10 +3,10 @@
3
// =======================================================
4
5
const IMAGE_PATH_PREFIX = '_static/images/backgrounds/';
6
-const MAX_IMAGES = 100; // Images are 0.jpg through 99.jpg (100 total)
+const MAX_IMAGES = 102;
7
8
/**
9
- * Returns a random integer between 0 (inclusive) and 99 (inclusive).
+ * Returns a random integer between 0 (inclusive) and 101 (inclusive).
10
* @returns {number} - A random image index from the available range.
11
*/
12
function getRandomImageIndex() {
0 commit comments