diff --git a/docs/cloudlog.md b/docs/cloudlog.md index a1bd469..ae97458 100644 --- a/docs/cloudlog.md +++ b/docs/cloudlog.md @@ -45,6 +45,8 @@ title: Cloudlog const timestamp = Date.now(); iframe.src = `https://cloudlog.sa6anw.se/visitor/alpha`; } + const windowWidth = window.innerWidth; + iframe.style.height = windowWidth < 600 ? "2100px" : "1800px"; }); @@ -52,7 +54,6 @@ title: Cloudlog