Merge pull request #1322 from PicPeak/fix/canvas-lightbox-only

fix(gallery): keep canvas rendering in the lightbox, render tiles as <img>
This commit is contained in:
Paul Nothaft
2026-09-07 09:19:58 +02:00
committed by GitHub
20 changed files with 68 additions and 81 deletions
@@ -184,7 +184,7 @@ export const ImageSecurityTab: React.FC = () => {
/>
<Image className="w-4 h-4 ml-2 mr-1 text-neutral-500" />
<span className="text-sm text-neutral-700 dark:text-neutral-300">
{t('settings.imageSecurity.enableCanvas', 'Enable canvas rendering by default (advanced protection)')}
{t('settings.imageSecurity.enableCanvas', 'Enable canvas rendering in the lightbox by default (advanced protection)')}
</span>
</label>
</div>