Currently video poster has hardcoded styles, including resizeMode: 'contain' and no way to change them.
For example, if you have a video with resizeMode 'cover', and try to use one a snapshot of the video as a poster, it will be displayed in conflict with the video size.
The poster should either respect the video resizeMode or have a more generic prop to change the poster styles as needed.