Fix no src reloading when changing page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1a072203a8
commit
860e035d2c
@ -26,9 +26,7 @@
|
||||
<Row class="mt-3 mb-5">
|
||||
<Col>
|
||||
<div class="ratio ratio-16x9 mb-3">
|
||||
<video controls autoplay poster={$videos.idx_videos[video_id].thumb}>
|
||||
<source src={$videos.idx_videos[video_id].url} type="video/mp4">
|
||||
</video>
|
||||
<video controls autoplay poster={$videos.idx_videos[video_id].thumb} src={$videos.idx_videos[video_id].url} />
|
||||
</div>
|
||||
{#if $videos.idx_videos[video_id].title}
|
||||
<h1>
|
||||
|
Reference in New Issue
Block a user