Skip to content

Commit

Permalink
site: fix some mixed content (#4926)
Browse files Browse the repository at this point in the history
  • Loading branch information
91k committed May 29, 2020
1 parent 0da70f4 commit a4dadf8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@

<div>
<video
poster="http://sveltejs.github.io/assets/caminandes-llamigos.jpg"
src="http://sveltejs.github.io/assets/caminandes-llamigos.mp4"
poster="https://sveltejs.github.io/assets/caminandes-llamigos.jpg"
src="https://sveltejs.github.io/assets/caminandes-llamigos.mp4"
on:mousemove={handleMousemove}
on:mousedown={handleMousedown}
bind:currentTime={time}
Expand Down

0 comments on commit a4dadf8

Please sign in to comment.