Image with Indicator

I have an image that has the indicator frame to show the progress of the video. I am trying to find out if the image should be “filling” that square or if this is normal for the image to have a little bit of white space at the top and bottom of the image when it is within the indicator.

I have tried different image sizes but the image stays the same.

Thank you.

I finally located how to fix it.

Using jEdit and the search feature, I was able to find the Line that with springboard.SetDisplayMode(“scale-to-fit”) and changed it to “scale-to_fill”

Hope this will help someone else.