From 5799ef60383e4bd2378cd716b43e7718d3c09c1c Mon Sep 17 00:00:00 2001 From: Jeffrey Tse Date: Wed, 28 Jun 2023 17:56:56 +0800 Subject: fix: image previewer was corrupted by size unit (#114) When we set img attribute with unit (e.g. width="100px"), it will be corrupted. --- _includes/extensions/photo-swipe.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '_includes/extensions/photo-swipe.html') diff --git a/_includes/extensions/photo-swipe.html b/_includes/extensions/photo-swipe.html index ea93674..c88592a 100644 --- a/_includes/extensions/photo-swipe.html +++ b/_includes/extensions/photo-swipe.html @@ -23,8 +23,8 @@ imgEl.outerHTML = ` ${imgEl.outerHTML} @@ -63,7 +63,6 @@ bgOpacity: 0.85, showHideOpacity: true, closeOnScroll: true, - maxSpreadZoom: 1, getDoubleTapZoom: (isMouseClick, item) => { if (item.detail) { zoomLevel += item.detail.origEvent.shiftKey ? -1 : 1; -- cgit v1.2.3