-
Notifications
You must be signed in to change notification settings - Fork 7
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
base: main
Are you sure you want to change the base?
Update youtube vids #298
Conversation
For blogs with W3 webinar Videos that are not yet published, the video iframe is commented out for now. |
There was a problem hiding this 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 */} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left over from before?
{/* truncate */} |
<ReactPlayer | ||
playsinline={true} | ||
className="video__player" | ||
playing={true} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Embed YouTube webinar videos on top of each blog