When I play a video filmed in a landscape orientation on my android device and enter fullscreen the device stays in portrait mode and stretches the video horribly.
Is there a way to force the video not to stretch in portrait mode when entering fullscreen? But to remain in landscape orientation, and have black borders top and bottom.
<video class="media-video"
video-directive item="$ctrl.item"
ng-src="{{$ctrl.item.videoUrl | trustUrl}}"
preload="auto"
controls
poster="{{$ctrl.item.video.thumbnail_url}}">
Your browser does not support the video tag.
</video>