Fix image sizing

This commit is contained in:
Andras Schmelczer 2022-09-25 21:43:02 +02:00
parent 33051841f5
commit babda52779
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
3 changed files with 6 additions and 4 deletions

View file

@ -23,6 +23,7 @@ export class Header extends PageElement {
photo: Image({
image,
alt: imageAltText,
sizes: '(max-width: 924px) 125px, 190px',
}),
})
);