Fix gif size regression
This commit is contained in:
		
							parent
							
								
									1a0ccbb3f7
								
							
						
					
					
						commit
						02f63f97d6
					
				| 
						 | 
				
			
			@ -108,8 +108,8 @@
 | 
			
		|||
#
 | 
			
		||||
#proc renderGif(gif: Gif): string =
 | 
			
		||||
<div class="attachments media-gif">
 | 
			
		||||
  <div class="gallery-row" style="max-height: unset;">
 | 
			
		||||
    <div class="attachment image">
 | 
			
		||||
  <div class="gallery-gif" style="max-height: unset;">
 | 
			
		||||
    <div class="attachment">
 | 
			
		||||
      <video class="gif" poster=${gif.thumb.getSigUrl("pic")} autoplay muted loop>
 | 
			
		||||
        <source src=${gif.url.getSigUrl("video")} type="video/mp4">
 | 
			
		||||
      </video>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue