Play Youtube video half of the screen in portrait mode

I am trying to add a Youtube video player to my app. My plan is to use the following plugin.

https://github.com/ihadeed/CordovaYoutubeVideoPlayer

But my problem is, in every single tutorial I see, the video gets played on the entire screen. Be it portrait or landscape mode, there is a overlay that comes in and video is played in it.

I do not need that behavior. Instead I need the video to take only the upper part of the display in portrait mode, Just like the Youtube app when you watch videos while reading the comments.

Does the plugin support what I need? Or is there any other plugin that I can use ?