mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Better image scaling for mobile.
This commit is contained in:
		
							parent
							
								
									1d39d609df
								
							
						
					
					
						commit
						2bb268cf61
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -50,7 +50,7 @@
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                        <img
 | 
					                        <img
 | 
				
			||||||
                            :src="comment.thumbnail"
 | 
					                            :src="comment.thumbnail"
 | 
				
			||||||
                            style="width: calc(100% * 1 / 20)"
 | 
					                            style="width: 10vmin"
 | 
				
			||||||
                            height="176"
 | 
					                            height="176"
 | 
				
			||||||
                            width="176"
 | 
					                            width="176"
 | 
				
			||||||
                            loading="lazy"
 | 
					                            loading="lazy"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue