From 1162ab010571d02904d1d74b54ca3e311e971714 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 12 Sep 2023 19:38:45 +0200 Subject: [PATCH] wait #6273 @0.25 --- src/Links/Link.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Links/Link.php b/src/Links/Link.php index a5bb666..a0b5e39 100644 --- a/src/Links/Link.php +++ b/src/Links/Link.php @@ -917,7 +917,7 @@ class Link $image = ZoomLink::generateImage([ 'id' => $link['uid'], 'page' => $link['page'], - 'maxzoom' => 2, + 'maxzoom' => 4, 'group' => '', 'group-count' => 0, 'width' => round($link['width']), -- 2.39.5