Use different tag

This commit is contained in:
Korbs 2024-07-07 03:54:00 -04:00
parent ab13ae540d
commit d309b0f56b

View file

@ -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>