Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mux-player): placeholder not applying properly to media-poster-im… #769

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

cjpillsbury
Copy link
Contributor

…age since v1.0. Update css rules to show poster if placeholder only.

…age since v1.0. Update css rules to show poster if placeholder only.
@cjpillsbury cjpillsbury requested a review from a team as a code owner September 7, 2023 14:45
@vercel
Copy link

vercel bot commented Sep 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
elements-demo-create-react-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 7, 2023 2:46pm
elements-demo-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 7, 2023 2:46pm
elements-demo-svelte-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 7, 2023 2:46pm
elements-demo-vanilla ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 7, 2023 2:46pm
elements-demo-vue ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 7, 2023 2:46pm

Copy link
Contributor

@AdamJaggard AdamJaggard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cjpillsbury cjpillsbury merged commit 2aed830 into muxinc:main Sep 7, 2023
4 checks passed
@@ -99,7 +99,7 @@ export const content = (props: MuxTemplateProps) => html`
part="poster"
exportparts="poster, img"
src="${props.poster === '' ? false : props.poster ?? false}"
placeholder-src="${props.placeholder ?? false}"
placeholdersrc="${props.placeholder ?? false}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great find!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants