just installed the plugin and have no idea how and where i can change image size. It does not have any options in "plugin configurations" to change. In one file im able to change the speed but thats it.
For now only solution is to make changes in Controller.php (Plugin/Slider/Widget/Slider), just put needed dimensions there and it works perfectly:
207 $transformBig = array(
208 'type' => 'fit',
209 'width' => 1000,
210 'height' => 330
211 );