I had to disable video autoplay in timeline and put this code in a raw css block in the view album page to fix plyr player:
<style>
.plyr {
height: 30rem;
}
</style>