We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da70f4 commit a4dadf8Copy full SHA for a4dadf8
site/content/examples/05-bindings/08-media-elements/App.svelte
@@ -109,8 +109,8 @@
109
110
<div>
111
<video
112
- poster="http://sveltejs.github.io/assets/caminandes-llamigos.jpg"
113
- 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"
114
on:mousemove={handleMousemove}
115
on:mousedown={handleMousedown}
116
bind:currentTime={time}
0 commit comments