PHP code example of dd / evolutioncms-plugins-managermanager-mm_widget_showimagetvs

1. Go to this page and download the library: Download dd/evolutioncms-plugins-managermanager-mm_widget_showimagetvs 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/ */

    

dd / evolutioncms-plugins-managermanager-mm_widget_showimagetvs example snippets


mm_widget_showimagetvs();

mm_widget_showimagetvs([
	'maxWidth' => 150,
	'maxHeight' => 150
]);

mm_widget_showimagetvs([
	'fields' => 'mypic',
	'maxWidth' => 300,
	'maxHeight' => 200,
	'thumbnailerUrl' => '/assets/snippets/phpthumb/phpThumb.php',
	'templates' => '2'
]);