mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
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:
parent
0467c9ca6f
commit
e81f18bc45
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue