【发布时间】:2020-02-17 08:40:35
【问题描述】:
如何更改图像大小?我已经使用下面的代码行来插入我的图像,但我似乎无法弄清楚你是如何让它变小的
html.Div(html.Img(src=app.get_asset_url('logo.png')))
我试过了:
html.Div(html.Img(src=app.get_asset_url('logo.png')),style={'height':'10%'})
任何建议
【问题讨论】:
标签: python python-3.x image dashboard plotly-dash