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

Update youtube vids #298

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update youtube vids #298

wants to merge 1 commit into from

Conversation

pgzmnk
Copy link
Collaborator

@pgzmnk pgzmnk commented Dec 23, 2024

Embed YouTube webinar videos on top of each blog

image

@pgzmnk
Copy link
Collaborator Author

pgzmnk commented Dec 23, 2024

For blogs with W3 webinar Videos that are not yet published, the video iframe is commented out for now.

Copy link
Collaborator

@MaxLenormand MaxLenormand left a comment

Choose a reason for hiding this comment

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

I'm more leaning towards not auto-playing all videos by default


<ReactPlayer playsinline={true} className="video__player" playing={true} muted={true} controls height="100%" url="https://fused-magic.s3.us-west-2.amazonaws.com/workbench-walkthrough-videos/dl4eo2.mp4" width="100%" />


{/* truncate */}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Left over from before?

Suggested change
{/* truncate */}

<ReactPlayer
playsinline={true}
className="video__player"
playing={true}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
playing={true}
playing={false}

I would not have these playing, I find this quite distracting personally. We can show people where the video is so they can watch it if they want, but I don't think we should play it for them. Feels a bit too much dark pattern for me

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.

2 participants