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
how can i make flip direction right to left for Persian pdfs?
The text was updated successfully, but these errors were encountered:
@danialvosoughi RTL flip direction seems to be work by identifying the browser language. It works great with Hebrew.
You only need to add arrows positions for RTL languages:
[dir=rtl] .directions a.prev-button { right: 0; background: #f7f6f6 url(pics/alt-next.png) no-repeat center center; left: auto; } [dir=rtl] .directions a.next-button { right: auto; background: #f7f6f6 url(pics/alt-prev.png) no-repeat center center; left: 0; }
Sorry, something went wrong.
No branches or pull requests
how can i make flip direction right to left for Persian pdfs?
The text was updated successfully, but these errors were encountered: