Has anyone successfully implemented a video in the <MediaCard>?

I’m having the hardest time getting a MediaCard to actually function.

I tried wrapping a YouTube video embed, which displays the YT video, but the audio is muted.

Is there some other recommended video player/host that is recommended for the MediaCard? The documentation doesn’t seem to give any opinion.

Hey Dylan,

Just to confirm, you’re trying to use this, right? Media card — Shopify Polaris React

1 Like

Yup @Liam-Shopify that’s the one.

My solution ended up being just using a standard <video> element with an very small embedded video without any streaming service.

But this approach doesn’t scale with larger videos, say if you have a lengthy explanation video.