mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Add width and height attributes to cover images (#519)
- Ensures that the browser can allocate the correct amount of space in the document while the image is loading. - Reduces CLS #499
This commit is contained in:
		| @@ -98,6 +98,7 @@ | ||||
|     border-radius: var(--radius); | ||||
|     pointer-events: none; | ||||
|     width: 100%; | ||||
|     height: auto; | ||||
| } | ||||
|  | ||||
| .entry-cover a { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ian Grünig
					Ian Grünig