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

This commit is contained in:
2026-04-11 07:57:33 -04:00
parent 12e61a8d75
commit 7ff82151d3

View File

@@ -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