Change old video style that didn't work or play (#1310)

I added an embed as that is a thing now. Previously, every time I looked at the website the video wouldn't play on any device without downloading the video and trying to edit the code in inspect element.
This commit is contained in:
eatdostacos 2020-06-08 09:36:53 -07:00 committed by GitHub
parent 0467c9ca6f
commit e81f18bc45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@
<section class="home__hype">
<div class="inner-wrap">
<p>See previews of the LBRY app and the great content available now on LBRY.</p>
<?php echo View::render('download/_videoIntro') ?>
<iframe width="560" height="315" src="https://lbry.tv/$/embed/meetlbrytv/c6c0a5caa6cc391696e1270e33cd9d24ee7c2d52" allowfullscreen></iframe>
</div>
</section>