ImageZoom: add nearest neighbour (#1341)

This commit is contained in:
Syncx 2023-06-28 06:41:19 +10:00 committed by GitHub
parent 5e71ed286e
commit 4fe2845234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View file

@ -156,7 +156,7 @@ export const Magnifier: React.FC<MagnifierProps> = ({ instance, size: initialSiz
return (
<div
className="vc-imgzoom-lens"
className={`vc-imgzoom-lens ${settings.store.nearestNeighbour ? "nearest-neighbor" : ""}`}
style={{
opacity,
width: size.current + "px",