Comment 'I had to disable vid...' to 'Albums vertical video extending outside of container (Decorous), Plyr in timeline not showing & cache issue'
  • 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>