Opened 10 years ago
Closed 3 years ago
#36185 closed defect (bug) (fixed)
Default WordPress video-player incompatible with Right-To-Left (RTL)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 4.6 | Priority: | normal |
| Severity: | normal | Version: | 4.4.2 |
| Component: | Media | Keywords: | |
| Focuses: | css, rtl | Cc: |
Description (last modified by )
As an example of the existence of a problem, please check the website.
http://link.afach.de/rtlproblem
The same problem exists with the default WordPress video player. Without the following tag:
.mejs-offscreen{
right: -10000px;
left: auto;
}
the video-player will create a very long horizontal scroll bar. Please try to remove the tag from that page and see for yourself.
Thank you for the great platform, Wordpress. I love it!
Change History (2)
Note: See
TracTickets for help on using
tickets.
+1 on that! This issue is valid in RTL sites and the fix is quite easy.