Your IP : 216.73.217.5


Current Path : /var/www/amortar/data/www/a-mortar/bitrix/elements/intec.constructor/video/views/
Upload File :
Current File : /var/www/amortar/data/www/a-mortar/bitrix/elements/intec.constructor/video/views/static.php

<?php

use intec\core\helpers\Html;
use elements\intec\constructor\video\Element;
use intec\constructor\structure\Block;

/**
 * @var Block $block
 * @var Element $this
 */

?>
<div class="ns-intec-constructor block-element block-element-video">
    <?= Html::tag('iframe', null, [
        'class' => 'block-element-video-frame',
        'src' => $this->source,
        'allowfullscreen' => $this->allowFullScreen ? 'allowfullscreen' : null
    ]) ?>
</div>