Use different tag
This commit is contained in:
parent
ab13ae540d
commit
d309b0f56b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const heroItem = data.slice(0,1)
|
|||
</div>
|
||||
<div class="c-hero-video">
|
||||
{heroItem.map((data) =>
|
||||
<video autoplay muted src={DEFAULT_VIDEO_PROXY + '/latest_version?id=' + data.videoId + '&itag=22&local=true'}></video>
|
||||
<video autoplay muted src={DEFAULT_VIDEO_PROXY + '/latest_version?id=' + data.videoId + '&itag=135'}></video>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue