[Glitch] Change max. image dimensions to 1920x1080px (1080p)
Port acf1842896 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									5e11f3a6e1
								
							
						
					
					
						commit
						28f533f370
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,6 +1,6 @@ | ||||||
| import EXIF from 'exif-js'; | import EXIF from 'exif-js'; | ||||||
| 
 | 
 | ||||||
| const MAX_IMAGE_PIXELS = 1638400; // 1280x1280px
 | const MAX_IMAGE_PIXELS = 2073600; // 1920x1080px
 | ||||||
| 
 | 
 | ||||||
| const _browser_quirks = {}; | const _browser_quirks = {}; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue