hi Support Team,
we did a test and style the h5s player using:
<video class="h5video1" id="h5sVideo1" autoplay webkit-playsinline playsinline style="object-fit:fill; width:720px; height:200px;">
with our video source @ 16:9.
on android devices the video scale and fit to width:720px; height:200px area.
however on ios devices the video does not scale, it keeps the source aspect ratio and crop the top/bottom. any way that i can have it scale and fit into the player (similar behaviour as android)?
Thanks