Fix image sizing
This commit is contained in:
parent
33051841f5
commit
babda52779
3 changed files with 6 additions and 4 deletions
|
|
@ -23,6 +23,7 @@ export class Header extends PageElement {
|
|||
photo: Image({
|
||||
image,
|
||||
alt: imageAltText,
|
||||
sizes: '(max-width: 924px) 125px, 190px',
|
||||
}),
|
||||
})
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue