fix: update video element formatting
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m24s
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m24s
This commit is contained in:
12
src/content/projects/cue.mdx
vendored
12
src/content/projects/cue.mdx
vendored
@@ -18,9 +18,15 @@ startDate: '2025-09-23'
|
||||
|
||||
Cue is an on-demand resource booking system built for an arcade and pool venue. The UI was designed to run on a terminal-like POS touchscreen.
|
||||
|
||||
<video autoplay loop muted playsinline preload="auto" data-astro-reload>
|
||||
<source src="/static/cue.webm" type="video/webm" />
|
||||
</video>
|
||||
<video
|
||||
src="/static/cue.webm"
|
||||
autoplay
|
||||
loop
|
||||
muted
|
||||
playsinline
|
||||
preload="auto"
|
||||
class="w-full"
|
||||
></video>
|
||||
|
||||
## The Problem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user