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.
cloud_len
1 parent d1e0e45 commit eaf7f78Copy full SHA for eaf7f78
Minimal/SkyFly-Day/index.html
@@ -21,8 +21,7 @@ <h1>4</h1>
21
<script>
22
let background = document.getElementById("background");
23
let clouds = [];
24
- let cloud_len = 15;
25
-
+ let cloud_len = window.innerWidth >= 768 ? 14 : 7;
26
function CreateCloud(length) {
27
for (let i = 0; i < length; i++) {
28
let Cloud = document.createElement("img");
0 commit comments