mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Use a fixed thumbnail aspect ratio
This commit is contained in:
		
							parent
							
								
									0b0d87da93
								
							
						
					
					
						commit
						e853928f3d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -11,7 +11,7 @@
 | 
				
			||||||
            }"
 | 
					            }"
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
            <img
 | 
					            <img
 | 
				
			||||||
                class="w-full"
 | 
					                class="w-full aspect-video"
 | 
				
			||||||
                :src="item.thumbnail"
 | 
					                :src="item.thumbnail"
 | 
				
			||||||
                :alt="item.title"
 | 
					                :alt="item.title"
 | 
				
			||||||
                :class="{ 'shorts-img': item.isShort }"
 | 
					                :class="{ 'shorts-img': item.isShort }"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue