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

video标签在put_row中时设置大小不生效 #366

Open
wanghaisheng opened this issue Apr 18, 2022 · 0 comments
Open

video标签在put_row中时设置大小不生效 #366

wanghaisheng opened this issue Apr 18, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@wanghaisheng
Copy link

注: 对于PyWebIO使用咨询或对于其他人也可能有帮助的问题,请考虑移至 Discussions 进行发帖。

BUG描述
描述BUG表现以及复现方式。
如果浏览器控制台有报错以及脚本抛出异常也请将报错信息附上

环境信息

  • 操作系统及版本:
  • 浏览器及版本:
  • Python版本: 使用 python3 --version 查看
  • PyWebIO版本: 使用 python3 -c "import pywebio;print(pywebio.__version__)" 查看
        put_row([put_text('test'),
            #  put_image('https://www.python.org/static/img/python-logo.png'),
            put_html('<video controls="controls" src="{url}" </video>'.format(url=multilink)),
            None
            ],size='40% 20% 40%')
@wanghaisheng wanghaisheng added the bug Something isn't working label Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant