Learner\Services\Layouts\Videos\Youtube::getIFrame PHP Method

getIFrame() public method

Get the iframe code.
public getIFrame ( integer $id ) : string
$id integer
return string
    public function getIFrame($id)
    {
        return '<iframe width="' . $this->getWidth() . '" height="' . $this->getHeight() . '"' . ' src="https://www.youtube.com/embed/' . $id . '" ' . 'frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>';
    }
Youtube