Introduction
Pretty simple bit of middleware here.
When adding YouTube videos to a Summernote region, Summernote does not add the "fullscreen" tag to the code resulting in the user to be unable to place a video full screen.
This simple server extension takes  the output of a Summernote text input, scans for embedded Youtube videos and adds the "full screen" option.
The NPM
Installation Instructions:
On Installation, the extension can be found in the Summernote group
Usage
here we take the output of a summernote input called $_POST.content and pass it to the extension.
the extension outputs the amended content, in this case sc1.html
if none found the text is unchanged.
This can be chained with the image externalization and word cleanup extensions.

