Add missing autoplay parameter to view-content URL
This commit is contained in:
parent
eefc6334df
commit
75743e7c4d
1 changed files with 1 additions and 1 deletions
2
view.php
2
view.php
|
@ -78,6 +78,6 @@ img {
|
|||
<li><span><?php echo($expcontent->name); ?></span></li>
|
||||
<li class="right"><a class="hover" href="javascript:history.back();"><i class="fas fa-times"></i></a></li>
|
||||
</ul>
|
||||
<iframe src='<?php echo($baseurl . "view-content/" . $expcontent->contentid); ?>' allow="autoplay; fullscreen"></iframe>
|
||||
<iframe src='<?php echo($baseurl . "/view-content/" . $expcontent->contentid . "?autoplay=true"); ?>' allow="autoplay; fullscreen"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue