-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow dynamic high resolution override
- Loading branch information
1 parent
19821e7
commit 1b5bda3
Showing
3 changed files
with
67 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,6 +86,10 @@ const initializeFirestore = async (projectName) => { | |
// Turning this to TRUE increases costs because of our | ||
// storage bandwith increase (more high res images more download egress more money spent) | ||
gradualImageLoading: false, | ||
|
||
// False, if we do not wish to override all images to use full resolution (original upload) | ||
// True, if we wish to override all images to use full resolution (original upload) | ||
loadFullResolution: false, | ||
// Parameters used when invoking "test" mail from the application | ||
testing: { | ||
email: '[email protected]', | ||
|