trying to fix the default rss feed image
This commit is contained in:
		
							parent
							
								
									943c641314
								
							
						
					
					
						commit
						619a504ecf
					
				@ -1,8 +1,7 @@
 | 
			
		||||
<div style="text-align: center;">
 | 
			
		||||
    <figure>
 | 
			
		||||
        <video controls src="{{ index .Params 0 }}" type="video/mpeg" width="640px" height="385px"
 | 
			
		||||
               style="border-width: 0">
 | 
			
		||||
            <figcaption>{{index .Params 1}}</figcaption>
 | 
			
		||||
        </video>
 | 
			
		||||
    </figure>
 | 
			
		||||
</div>
 | 
			
		||||
 <div style="text-align: center;padding: 2px">
 | 
			
		||||
<figure>
 | 
			
		||||
     <video controls src="{{ index .Params 0 }}" type="video/mpeg" width="480">
 | 
			
		||||
         <figcaption>{{index .Params 1}}</figcaption>
 | 
			
		||||
     </video>
 | 
			
		||||
 </figure>
 | 
			
		||||
 </div>
 | 
			
		||||
@ -145,3 +145,9 @@ div.note
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  padding: 15px 55px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
div.featured-image
 | 
			
		||||
{
 | 
			
		||||
  width: fit-content;
 | 
			
		||||
  padding: 1px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user