remove warning in video

This commit is contained in:
2025-04-09 11:36:17 +04:00
parent a8c498679d
commit 4372e06521
+1 -1
View File
@@ -201,7 +201,7 @@ if (empty($videoData) || isset($videoData['error'])) {
<div class="video-page">
<div class="video-player-container">
<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>