• karlemilnikka

    (@karlemilnikka)


    Here’s a CSS fix to add the padding missing for multi-line captions in Chromium based browsers.

    .plyr__caption {
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support prajna

    (@prajnajogi)

    Hello @karlemilnikka

    Thank you for providing this CSS fix! We appreciate your contribution to improving our platform.

    To assist us in further investigating and implementing the fix, could you please specify the browser you encountered the issue in? We have tested in Chrome and Arc browser but want to ensure compatibility across various Chromium-based browsers.

    Additionally, sharing a screenshot of the issue would greatly aid us in replicating it on our end.

    Your assistance will help us address the issue promptly. Thank you again for your cooperation!

    Thread Starter karlemilnikka

    (@karlemilnikka)

    I encountered the issue in Chrome and Brave on Windows and mac OS. Here’s a screenshot of how my CSS snippet addresses the issue (before on top, after on bottom).

    https://drive.proton.me/urls/AH9M05V20W#abxTM9f9OlB8

    Plugin Support prajna

    (@prajnajogi)

    @karlemilnikka Thank you so much for bringing the issue to our attention and for providing the CSS snippet to address it. Your contribution is greatly appreciated.

    I’ve escalated this information to our developers, who will be investigating the issue further to ensure it’s properly resolved. Unfortunately, we do not have any ETA for the fix at the moment.

    Please keep an eye on our changelog for any updates regarding fixes and improvements: Presto Player Changelog

    If you have any further questions or concerns, please don’t hesitate to reach out. We’re here to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bug-fix: Missing padding for captions in Chromium based browsers’ is closed to new replies.