diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 67ab1713..f59e9dc8 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -73,7 +73,9 @@
integrity="{{ $bundleJS.Data.Integrity }}" data-copy="{{ i18n " code.copy" }}" data-copied="{{ i18n " code.copied"
}}">
{{ end }}
+ {{ if not .Site.Params.disableImageZoom | default true }}
+ {{ end }}
{{/* Icons */}}
{{ if templates.Exists "partials/favicons.html" }}
{{ partialCached "favicons.html" .Site }}