set bbox pixelated render state on load

This commit is contained in:
Til Schmitter 2026-05-06 22:09:30 +02:00
parent 7bb03413bf
commit 01df635056

View file

@ -341,8 +341,9 @@ window.baguetteBox = (function () {
btnClose = ebi('bbox-close'); btnClose = ebi('bbox-close');
bcfg_bind(options, 'bbzoom', 'bbzoom', false, setzoom); bcfg_bind(options, 'bbzoom', 'bbzoom', false, setzoom);
bcfg_bind(options, 'bbpixelated', 'bbpixelated', false, setpixelated);
setzoom(); setzoom();
bcfg_bind(options, 'bbpixelated', 'bbpixelated', false, setpixelated);
setpixelated();
} }
function halp() { function halp() {