Compare commits

...

3 commits

Author SHA1 Message Date
saiminh
04835eecd8 bg color change 2026-02-16 14:35:00 +01:00
saiminh
c52e4cdb3e bg color change 2026-02-16 14:31:20 +01:00
saiminh
5e2339f94d video playsinline 2026-02-16 14:29:21 +01:00
2 changed files with 4 additions and 4 deletions

View file

@ -144,7 +144,7 @@
"
>
{#if image.includes('/video/')}
<video src={image} width="1400" height="840" autoplay muted loop></video>
<video src={image} width="1400" height="840" autoplay playsinline muted loop></video>
{:else}
<CldImage
src={image}

View file

@ -17,9 +17,9 @@ export async function load() {
title: 'Work References',
description: 'A few of the projects I have worked on',
theme: {
bg: '#E95E33',
text: '#FFFFFF',
highlight: '#01132D',
bg: '#2050FF',
text: '#FFD8D8',
highlight: '#220032',
}
}
} catch (error) {