
Incorrect Stretching in Mac Safari
Hello,
I have asked a question about this before, however the question was closed without ever being resolved for some reason.
The stretching of our low resolution videos doesn't work as intended on Mac Safari. It should be noted that it does work on Windows Safari, and it also works fine for higher resolution videos.
A visual example can be see here:
Windows Chrome (good): http://i.imgur.com/2UxO0eO.png
Mac Safari (bad): http://i.imgur.com/NrsepIp.png
As you can see, Mac Safari doesn't stretch the video, thus the lower part of the video (together with the left/right sides to a lesser degree) get cut out.
Playing around with the "stretching" property of the JwPlayer didn't seem to affect Mac Safari at all. I'd be glad to hear any about any tips/workarounds you can offer to us.
Online example: playsight.com/UserPages/ActivitiesPages/VideoMetaPages/DynamicMeta.aspx?SessionTypeMeta=Match&VideoTypeMeta=Overview&User1Meta=High_Performance_Coaches&User2Meta=Guest&svkey=16137118_1_75996
The following how we set up the video in the example:
jwplayer("myVideoPlayer").setup({
file: [LINK],
image: [LINK],
skin: "bekle",
sharing: { link: [LINK] },
logo: { file: [LINK],
link: null,
hide: true,
margin: 0
},
ga: {},
abouttext: "PlaySight",
aboutlink: [LINK],
width: 1280,
height: PlaySight_GetCurrWIndowInnerSize().height,
stretching: "uniform"
});
Regards,