Newer
Older

Yassine Doghri
committed
<?php
declare(strict_types=1);
namespace Config;
use CodeIgniter\Config\BaseConfig;
class Embed extends BaseConfig
{
/**
* --------------------------------------------------------------------------
* Embeddable player config
* --------------------------------------------------------------------------
*/

Yassine Doghri
committed
public int $width = 485;

Yassine Doghri
committed

Yassine Doghri
committed
public int $height = 112;