diff --git a/src/data/projects/great-ai.ts b/src/data/projects/great-ai.ts index ab1d17d..2db4d2b 100644 --- a/src/data/projects/great-ai.ts +++ b/src/data/projects/great-ai.ts @@ -11,6 +11,7 @@ export const greatAi: TimelineElementParameters = { image: greatAiPoster, alt: 'some example code using GreatAI', container: true, + isEagerLoaded: true, }), description: 'I investigated an approach for increasing the adoption rate of ML deployment libraries and hence the overall quality of industrial deployments. I did this by simultaneously focusing on providing robust, automated implementations of best practices and an accessible API. One of the outcomes of my research is the GreatAI framework.', diff --git a/src/page/image-viewer/image/image.html.ts b/src/page/image-viewer/image/image.html.ts index e5de12c..01ca84e 100644 --- a/src/page/image-viewer/image/image.html.ts +++ b/src/page/image-viewer/image/image.html.ts @@ -8,12 +8,14 @@ export const Image = ({ container = false, isIgnoredByImageViewer = false, sizes = null, + isEagerLoaded = false, }: { image: ResponsiveImage; alt: string; container?: boolean; isIgnoredByImageViewer?: boolean; sizes?: string | null; + isEagerLoaded?: boolean; }): html => ` ${ container @@ -29,10 +31,12 @@ export const Image = ({ > ${alt}