diff --git a/src/plugins/htmlVideoPlayer/plugin.js b/src/plugins/htmlVideoPlayer/plugin.js
index c4204010ab..74bb878a64 100644
--- a/src/plugins/htmlVideoPlayer/plugin.js
+++ b/src/plugins/htmlVideoPlayer/plugin.js
@@ -1363,6 +1363,7 @@ function tryRemoveElement(elem) {
loading.show();
const dlg = document.createElement('div');
+ dlg.setAttribute('dir', 'ltr');
dlg.classList.add('videoPlayerContainer');