mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -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');
|
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() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue