Compare commits
3 commits
75f038488b
...
04835eecd8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04835eecd8 | ||
|
|
c52e4cdb3e | ||
|
|
5e2339f94d |
2 changed files with 4 additions and 4 deletions
|
|
@ -144,7 +144,7 @@
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
{#if image.includes('/video/')}
|
{#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}
|
{:else}
|
||||||
<CldImage
|
<CldImage
|
||||||
src={image}
|
src={image}
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@ export async function load() {
|
||||||
title: 'Work References',
|
title: 'Work References',
|
||||||
description: 'A few of the projects I have worked on',
|
description: 'A few of the projects I have worked on',
|
||||||
theme: {
|
theme: {
|
||||||
bg: '#E95E33',
|
bg: '#2050FF',
|
||||||
text: '#FFFFFF',
|
text: '#FFD8D8',
|
||||||
highlight: '#01132D',
|
highlight: '#220032',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue