From e13ec518cceaa1e1c5f6dc353cff4edee7c9db12 Mon Sep 17 00:00:00 2001 From: yova Date: Mon, 21 Feb 2022 23:20:43 +0100 Subject: [PATCH] larger pics --- layouts/partials/custom_head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index 74fab43..641fd8a 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -11,7 +11,8 @@ .screenshot img { - max-width: 250px; + max-width: 700px; + max-height: 500px; /* Screenshots slider won't work fine without disabling image selection and dragging */ user-select: none; pointer-events: none;