I need time for other customers ideas, reports. And I always give priority to fix bugs. About new features you need to wait, I will do if they are necessary.
In your case, you no need to wait, you can use 'Customizable Video Feed' block. After placing it on site, click Edit button, set 'Number to show' = 1, 'Block theme' = 'Thumbnail with Title'. Save. Then go to ACP > Customization > Themes > click </> to edit your theme > videobox > front > widgets > Videos
Find
<div class="esnList_item" {{if $orientation=='vertical'}}style="width: 33.33% !important;"{{endif}}>
Replace by
<div class="esnList_item" {{if $orientation=='vertical'}}style="width: {{if count($videos)==1}}100%{{else}}33.33%{{endif}} !important;"{{endif}}>
Save and done.