mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Footer > Adding Lazy loading in the profile image
This commit is contained in:
		
				
					committed by
					
						
						Sodbileg Gansukh
					
				
			
			
				
	
			
			
			
						parent
						
							c880856a32
						
					
				
				
					commit
					67e7291c2b
				
			@@ -42,7 +42,7 @@ which templates loop over to generate a list of posts. --}}
 | 
			
		||||
                <li class="author-list-item">
 | 
			
		||||
                    {{#if profile_image}}
 | 
			
		||||
                    <a href="{{url}}" class="static-avatar">
 | 
			
		||||
                        <img class="author-profile-image" src="{{img_url profile_image size="xs"}}" alt="{{name}}" />
 | 
			
		||||
                        <img class="author-profile-image" src="{{img_url profile_image size="xs"}}" alt="{{name}}" loading="lazy" />
 | 
			
		||||
                    </a>
 | 
			
		||||
                    {{else}}
 | 
			
		||||
                    <a href="{{url}}" class="static-avatar author-profile-image">{{> "icons/avatar"}}</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user