Skip to content

Commit

Permalink
Markup Conventions: load vimeo video over https
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Oct 21, 2024
1 parent 717e067 commit ba818a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/markup-conventions.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h2 class="block" id="embeds">Embeds</h2>
<h3>Video Embed</h3>

<div class="embed">
<iframe src="http://player.vimeo.com/video/11369505" width="319" height="568" frameborder="0"></iframe>
<iframe src="https://player.vimeo.com/video/11369505" width="319" height="568" frameborder="0"></iframe>
</div>

<pre><code>
Expand Down

0 comments on commit ba818a4

Please sign in to comment.