diff --git a/ext/zoom/main.php b/ext/zoom/main.php index 47b0071e..da9b8978 100644 --- a/ext/zoom/main.php +++ b/ext/zoom/main.php @@ -19,7 +19,7 @@ class Zoom extends Extension { private function make_zoomer() { global $config; - $default = $config->get_bool("image_zoom") ? "scale(img);" : ""; + $default = $config->get_bool("image_zoom", false) ? "scale(img);" : ""; return << img = byId("main_image");