mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
set bbox pixelated render state on load
This commit is contained in:
parent
7bb03413bf
commit
01df635056
|
|
@ -341,8 +341,9 @@ window.baguetteBox = (function () {
|
|||
btnClose = ebi('bbox-close');
|
||||
|
||||
bcfg_bind(options, 'bbzoom', 'bbzoom', false, setzoom);
|
||||
bcfg_bind(options, 'bbpixelated', 'bbpixelated', false, setpixelated);
|
||||
setzoom();
|
||||
bcfg_bind(options, 'bbpixelated', 'bbpixelated', false, setpixelated);
|
||||
setpixelated();
|
||||
}
|
||||
|
||||
function halp() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue