We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🛠 Bug Report: RTL Layout Issues in Plyr Description: When using Plyr in an RTL (dir="rtl") layout, the progress bar and seek thumb behave incorrectly:
The seek bar starts from the left instead of the right.
The tooltip and progress value calculation are misaligned.
Applying transform: rotate(180deg) causes the control thumb to move in the wrong direction.
🔄 Steps to Reproduce:
Initialize Plyr in an RTL layout.
Try seeking using the progress bar.
Notice that the control ball (seek thumb) starts from the left instead of the right.
📷 Expected Behavior:
The seek bar should start from the right and progress to the left.
The seek thumb should align properly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🛠 Bug Report: RTL Layout Issues in Plyr
Description:
When using Plyr in an RTL (dir="rtl") layout, the progress bar and seek thumb behave incorrectly:
The seek bar starts from the left instead of the right.
The tooltip and progress value calculation are misaligned.
Applying transform: rotate(180deg) causes the control thumb to move in the wrong direction.
🔄 Steps to Reproduce:
Initialize Plyr in an RTL layout.
Try seeking using the progress bar.
Notice that the control ball (seek thumb) starts from the left instead of the right.
📷 Expected Behavior:
The seek bar should start from the right and progress to the left.
The seek thumb should align properly.
The text was updated successfully, but these errors were encountered: