diff --git a/src/plugins/htmlVideoPlayer/plugin.js b/src/plugins/htmlVideoPlayer/plugin.js
index 3a4d5b12f..5afc9d182 100644
--- a/src/plugins/htmlVideoPlayer/plugin.js
+++ b/src/plugins/htmlVideoPlayer/plugin.js
@@ -2112,7 +2112,7 @@ export class HtmlVideoPlayer {
}
if (this.#currentPgsRenderer) {
- this.#currentPgsRenderer = val === 'auto' ? 'contain' : val;
+ this.#currentPgsRenderer.aspectRatio = val === 'auto' ? 'contain' : val;
}
}