Public Photo Gallery

Please select a gallery from the dropdown to view photos.

" // can never end this block early, on the off chance some future PHP // version or code path stops escaping forward slashes the way // json_encode() does today (PHP escapes "/" to "\/" by default, which // this codebase has never overridden - confirmed by checking, not // assumed - so this isn't fixing a currently-exploitable bug, just // removing the assumption that it'll always stay that way). const galleryData = [ ]; // Data bridge for bip-script.js's lazy-load module: whether more // images remain beyond the first LAZY_LOAD_CHUNK_SIZE chunk already // rendered above, and the offset the next chunk should be fetched // from. Only meaningful when per_page=all - every other per-page // option leaves this false/at its starting value, since normal // pagination is used instead. const bipLazyLoadHasMore = false; let bipLazyLoadNextOffset = 60;