Skip to content

Commit d9323ea

Browse files
committed
fix: Re-enable video player zoom on mobile devices
1 parent d68bddc commit d9323ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def generate_css(self):
546546
}}
547547
548548
@media (max-width: 800px) and (orientation: portrait), (max-height: 500px) {{
549-
#tvstatic, #tubeglow {{
549+
#myytplayer, #tvstatic, #tubeglow {{
550550
transform: scale(1.4);
551551
}}
552552
}}

0 commit comments

Comments
 (0)