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 VSCode Post Video #101

Merged
merged 1 commit into from
Jul 16, 2022
Merged

Fix VSCode Post Video #101

merged 1 commit into from
Jul 16, 2022

Conversation

0xTim
Copy link
Member

@0xTim 0xTim commented Jul 15, 2022

The VSCode Blog Post has a video pulled in via the markdown image tab. Only Safari supports loading videos via the image tab, so this converts it to a GIF so it works in all browsers

@0xTim
Copy link
Member Author

0xTim commented Jul 15, 2022

@swift-ci test

Copy link
Member

@alexandersandberg alexandersandberg left a comment

Choose a reason for hiding this comment

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

Looks good to me. 👍 The quality is slightly lower with the GIF, but I think it's fine.

An alternative is using a video tag with muted and autoplay properties.

<video muted autoplay>
  <source src="{{ site.baseurl }}/assets/images/vscode-extension-blog/symbol-completion.mp4">
</video>

@0xTim 0xTim merged commit 6ff45c3 into main Jul 16, 2022
@0xTim 0xTim deleted the fix-vscode-video branch July 16, 2022 12:18
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