This commit is contained in:
@@ -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";
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -52,7 +54,6 @@ title: Cloudlog
|
||||
<iframe
|
||||
id="cloudlog"
|
||||
width="100%"
|
||||
height="2100px"
|
||||
style="border: none;"
|
||||
scrolling="no"
|
||||
></iframe>
|
||||
|
||||
Reference in New Issue
Block a user