PHP code example of mikk150 / yii2-iframe-resizer
1. Go to this page and download the library: Download mikk150/yii2-iframe-resizer library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mikk150 / yii2-iframe-resizer example snippets
// in your view
echo mikk150\iframeresizer\IframeResizerWidget::widget([
'resizerOptions' => [
'checkOrigin' => false,
'initCallback' => new yii\web\JsExpression('function (e) {console.log(e)}')
],
'options' => [
'src' => 'http://example.org'
],
])