remove warning in video
This commit is contained in:
@@ -201,7 +201,7 @@ if (empty($videoData) || isset($videoData['error'])) {
|
|||||||
<div class="video-page">
|
<div class="video-page">
|
||||||
<div class="video-player-container">
|
<div class="video-player-container">
|
||||||
<div class="video-player">
|
<div class="video-player">
|
||||||
<iframe src="<?php echo $video['url']; ?>" frameborder="0" allowfullscreen="allowfullscreen" allow="autoplay; fullscreen" title="<?php echo htmlspecialchars($video['title']); ?>"></iframe>
|
<iframe src="<?php echo $video['url']; ?>?warningTitle='0'" frameborder="0" allowfullscreen="allowfullscreen" allow="autoplay; fullscreen" title="<?php echo htmlspecialchars($video['title']); ?>"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user