diff --git a/components/VimeoPlayer.js b/components/VimeoPlayer.js index 193798d..3db2937 100644 --- a/components/VimeoPlayer.js +++ b/components/VimeoPlayer.js @@ -9,16 +9,10 @@ const VimeoPlayer = ({ videoId, onError }) => { onError={onError} allowsFullscreenVideo scrollEnabled={false} - automaticallyAdjustContentInsets + height={200} source={{ - html: ` - - - - - - - `, + uri: `https://player.vimeo.com/video/${videoId}?h=489fff465c`, + headers: {"Referer":"https://social.emmint.com"} }} /> );