terry-staging #12
@@ -279,11 +279,12 @@ function LightboxView({
|
||||
touchStartX.current = null;
|
||||
}}
|
||||
>
|
||||
{/* No select-none / touch-callout:none here so iOS Safari's native
|
||||
long-press menu ("Save in Photos") works on the full-size image. */}
|
||||
<img
|
||||
src={current.url}
|
||||
alt={current.filename}
|
||||
className="max-h-full max-w-full select-none object-contain"
|
||||
draggable={false}
|
||||
className="max-h-full max-w-full object-contain [-webkit-touch-callout:default]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user