]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/root-helpers/video.ts
Translated using Weblate (Esperanto)
[github/Chocobozzz/PeerTube.git] / client / src / root-helpers / video.ts
index 01feddbdc2a868a51431523637f74306f85543fc..9022b908b77c995e9cd8b6d2a1c943fa715877c4 100644 (file)
@@ -21,7 +21,7 @@ function buildVideoOrPlaylistEmbed (options: {
     const wrapper = document.createElement('div')
 
     wrapper.style.position = 'relative'
-    wrapper.style['padding-top'] = '56.25%'
+    wrapper.style.paddingTop = '56.25%'
 
     iframe.style.position = 'absolute'
     iframe.style.inset = '0'