PHP code example of hooman.mirghasemi / yii2-iviewer
1. Go to this page and download the library: Download hooman.mirghasemi/yii2-iviewer 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/ */
hooman.mirghasemi / yii2-iviewer example snippets
echo \hoomanMirghasemi\iviewer\Iviewer::widget([
'selector' => '#iviewer-content',
'loadingSelector'=>'#iv-loading',
'beforeIviewer'=>'$("#iviewer-content").html("");',
'imageSrc' => 'path to your image',
]);