mikk150/yii2-iframe-resizer

yii2 iframe resizer 小部件

安装次数: 5,662

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 1

开放问题: 0

类型:yii2-extension

1.2.2 2024-02-01 15:40 UTC

This package is auto-updated.

Last update: 2024-08-30 16:49:45 UTC


README

此扩展生成自动调整大小的iframe

Build Status codecov

用法

// 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'
    ],
])

请确保您的iframe内容已注册mikk150\iframeresizer\IframeResizerContentWindowAsset