Open player

The Video Player That Gets Out of Your Way

No forced controls. No branding overlays. No recommended videos at the end. Just your video, exactly how you want it.

Build Your Embed See the features
Features

Built for real use cases

Every feature exists because someone needed it and couldn't get it from YouTube or Vimeo.

01

Background Video Mode

object-fit: cover, no controls, autoplay + loop + muted. Perfect for hero sections and property pages. Just vibes.

02

Autoplay Done Right

Starts muted (because browsers), then unmutes on the first real user interaction. No hacks, no workarounds.

03

Hover to Play

Play on mouseenter, pause on mouseleave. Great for product previews, listing cards, and interactive galleries.

04

Keyboard Shortcuts

Space/K to play, F for fullscreen, M to mute, arrows to seek and adjust volume. Works out of the box.

05

Controls a la Carte

Show or hide individual controls: play, volume, progress, fullscreen, time, playback speed. Your call.

06

Start & End Time

Trim playback without editing the video. Show just the clip you want, with seamless looping if enabled.

07

Any Video Source

Works with any direct video URL: MP4, WebM, OGG. Your servers, your CDN, or ours. We don't judge.

08

Zero Dependencies

Self-contained HTML page. No SDK to load, no JavaScript framework, no third-party trackers. Fast as hell.

Use cases

Where a Player Like This Earns Its Keep

The same player covers a property page, a listing grid, and an email landing page, each with its own behaviour.

01

Hero background

Autoplay, muted, looped, and fit to cover. A silent property reel sitting behind your headline.

02

Listing previews

Hover to play across a grid of units, so each card comes alive the moment a renter mouses over it.

03

Property tours

A clean, fully controlled walkthrough with nothing hijacking the end screen when it finishes.

04

Amenity clips

Trim to the exact fifteen seconds that matter with start and end times, no video editor needed.

05

Landing & email

A featherweight embed for campaign pages and email landing pages, with no SDK to slow the load.

06

Testimonial reels

Turn the branding mark off so the focus stays on the resident on screen, not on the platform.

By design

What You Don't Get

A lot of the value is in the things that are missing. This is the whole point of the player.

noRecommended videos hijacking the end screen
noAds, pre-roll or mid-roll, ever
noThird-party tracking pixels or cookies
noA platform logo you did not put there
noA cookie-consent banner to babysit
noA heavy SDK or framework to load
Embedding

Three Ways to Drop It In

Pick the one that fits. All three point at the same player, so you can switch later without redoing anything.

Iframe

The simplest drop-in. Paste one tag and you are done.

<iframe src="https://video.quickcasa.ai/player?src=YOUR_VIDEO" allow="autoplay; fullscreen" allowfullscreen></iframe>

Script tag

For hover-to-play and background modes that react to the page.

<script src="https://video.quickcasa.ai/embed.js" data-qc-src="YOUR_VIDEO" data-autoplay data-fit="cover"></script>

Direct link

Just the player on its own URL, for sharing or a new tab.

https://video.quickcasa.ai/player ?src=YOUR_VIDEO &muted=true
Reference

Every Setting, One Table

The same options power the iframe query string and the script tag's data attributes. Set only what you need.

srca video URLThe video to play. Required. MP4, WebM, or OGG.
autoplaytrue / falseStart on load. Muted first, per browser rules.
looptrue / falseRestart automatically when it reaches the end.
mutedtrue / falseStart without sound.
controlstrue / falseShow or hide the control bar entirely.
fitcontain / cover / fillHow the video fills its frame.
interactionclick / hover / noneWhat starts playback when it is not autoplaying.
start / endsecondsTrim playback to just the clip you want.
brandingtrue / falseShow or hide the small QuickCasa mark.
bga hex colourThe letterbox background behind the video.
playsinlinetrue / falsePlay inline on mobile instead of forcing fullscreen.
Keyboard

Shortcuts, Out of the Box

When controls are on, the player is fully keyboard-driven. Nothing to configure.

Space / KPlay or pause
FFullscreen
MMute or unmute
Left / RightSeek back and forward
Up / DownVolume up and down
EscExit fullscreen
Hosting

Best with QuickCasa

The player works with any video URL. But when you host with us, you get the full package.

Google Cloud CDN

Your videos are served from 200+ edge locations worldwide. No buffering, no cold starts, just instant playback.

+Clean URLs: video.quickcasa.ai/{id}
+Permanent, never-expiring links
+Built-in view count analytics
+Upload from the QuickCasa Media Library
+Automatic SSL & edge caching
// Upload once, embed anywhere

<script
  src="https://video.quickcasa.ai/embed.js"
  data-qc-video="a1b2c3d4"
  data-autoplay
  data-loop
  data-fit="cover"
></script>
Embed Generator

Build your embed

Paste any video URL, tweak the settings, and grab your embed code. Instant preview included.

Configuration

Autoplay
Loop
Muted
Controls
Plays Inline
Branding
Paste a video URL to see a live preview
Configure your player above to generate embed code
FAQ

Good to Know

Does it work with YouTube links?

It plays direct video files, MP4, WebM, or OGG, from any URL, not YouTube or Vimeo page links. Host the file anywhere, including with us.

Is there anything to install?

No. The player is a self-contained page. Embed it with an iframe or a single script tag; there is no SDK or framework to load.

Can I autoplay with sound?

Browsers block autoplay with sound, so it starts muted and unmutes on the first interaction. No hacks needed on your end.

Does it track viewers?

The player sets no tracking cookies or pixels. Host with QuickCasa and you get a simple view count, and nothing more.

Can I match my site?

Set the letterbox background to any colour, choose the fit, trim the clip, and switch off the branding mark. It is your player.

Is it really free?

The player is free to embed with any video URL. Hosting on the QuickCasa CDN comes with your plan.