Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能否增加适应竖屏的功能? #83

Open
snow611 opened this issue Jun 14, 2019 · 1 comment
Open

能否增加适应竖屏的功能? #83

snow611 opened this issue Jun 14, 2019 · 1 comment

Comments

@snow611
Copy link

snow611 commented Jun 14, 2019

现在是比较适合录制横屏, 浏览器开启响应式设计模式就可以自动适应竖屏,方便录制,谢谢

@ThickFive
Copy link

ThickFive commented Jul 1, 2019

在 stylessheet.css 文件中添加以下 css 即可:
@media (max-width: 1200px) { body { transform: rotate(90deg); } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants