From 4964e63f03de0525ddd7836518cfca8cbf22c5f9 Mon Sep 17 00:00:00 2001 From: sistav Date: Mon, 4 May 2026 00:12:33 -0400 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index a0a422c..65efae9 100644 --- a/index.php +++ b/index.php @@ -20,7 +20,7 @@ include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php'; function sizeGif() { if (!img.naturalWidth) return; - var maxPx = Math.min(window.innerWidth, window.innerHeight) * 0.45; + var maxPx = Math.min(window.innerWidth, window.innerHeight) * 0.5; var scale = Math.min(maxPx / img.naturalWidth, maxPx / img.naturalHeight); img.style.width = Math.round(img.naturalWidth * scale) + 'px'; img.style.height = Math.round(img.naturalHeight * scale) + 'px';