diff --git a/src/components/image.ts b/src/components/image.ts index 6f9a61970..6670c920e 100644 --- a/src/components/image.ts +++ b/src/components/image.ts @@ -70,6 +70,9 @@ export class DeguImage extends LitElement { @property({type: Number, attribute: 'max-dpr'}) private maxDpr: number = window.devicePixelRatio; + @property({type: String, attribute: 'fetch-priority'}) + private fetchPriority: string; + @property() autoRenderWidth = 0; /** @@ -170,8 +173,9 @@ export class DeguImage extends LitElement { private renderImage(src: string) { return html` -