Use _original profile pic instead of the 48x48 thumbnail in the user card content.
This commit is contained in:
		
							parent
							
								
									6e800d9912
								
							
						
					
					
						commit
						b5e5a8d1e3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
          <i class="icon-cog usersettings"></i>
 | 
			
		||||
        </router-link>
 | 
			
		||||
        <div class='container'>
 | 
			
		||||
          <img :src="user.profile_image_url">
 | 
			
		||||
          <img :src="user.profile_image_url_original">
 | 
			
		||||
          <span class="glyphicon glyphicon-user"></span>
 | 
			
		||||
          <div class="name-and-screen-name">
 | 
			
		||||
            <div class='user-name'>{{user.name}}</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue