blob: 93b6c95bff8b71b938bac11a1bd82c0d372a6f8d (
plain)
1
2
3
4
5
6
7
8
|
<div
style="max-width: <?=h($width)?>px; max-height: <?=h($height)?>px;"
class="video-wrap"
data-width="<?=h($width)?>"
data-height="<?=h($height)?>"
data-m3u8="<?=h(forceproto($talk['playlist']))?>"
>
</div>
|