Test

Post Reply
VED
Posts: 4734
Joined: Wed Aug 23, 2023 7:32 am
Contact:

Test

Post posted by VED »

<iframe src="" width="640" height="480" allow="autoplay"></iframe>
Admn
Site Admin
Posts: 158
Joined: Wed Aug 09, 2023 8:10 pm
Contact:

Re: Test

Post posted by Admn »

Admn
Site Admin
Posts: 158
Joined: Wed Aug 09, 2023 8:10 pm
Contact:

Re: Test

Post posted by Admn »

<iframe src="" width="1080" height="1920"></iframe>
Admn
Site Admin
Posts: 158
Joined: Wed Aug 09, 2023 8:10 pm
Contact:

Re: Test

Post posted by Admn »

<?php
$video_id = 'FILE_ID';
$width = '1080';
$height = '1920';
echo '<iframe src="(' . $video_id . '/preview" width="' . $width . '" height="' . $height . '"></iframe>';
?>
Post Reply