The Vimeo video is not playing on Shopify. It pulls through but currently displays a black screen. See bottom of page: https://devour.co.uk/
Hi @Koha23 ,
The error may be due to shopify’s video run library: https://prnt.sc/JPaXq3TmxH_x
Please try checking the code or library that is rendering the class above in the plyr__controls image
The css code to temporarily fix the video to work:
.plyr__controls {
visibility: hidden;
}
.plyr__video-embed__container {
height: 617px
}
.plyr__video-embed__container .plyr__video-embed iframe {
position: relative !important;
top: 187px;
}
Hope it helps @Koha23