use 1000x1000 for image height in avatar cropper (#4453)
This commit is contained in:
		
							parent
							
								
									5c31859f7b
								
							
						
					
					
						commit
						89d99a8701
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -303,8 +303,8 @@ let EditableUserAvatar = ({
 | 
			
		|||
      const croppedImage = await openCropper({
 | 
			
		||||
        mediaType: 'photo',
 | 
			
		||||
        cropperCircleOverlay: true,
 | 
			
		||||
        height: item.height,
 | 
			
		||||
        width: item.width,
 | 
			
		||||
        height: 1000,
 | 
			
		||||
        width: 1000,
 | 
			
		||||
        path: item.path,
 | 
			
		||||
      })
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue