发送弹幕,在style中设置fontSize属性无效
danmujs.sendComment({ duration: 15000, id: generateUUID(), txt: '弹幕内容', style: { color: '#ff9500', fontSize: '200px', border: 'solid 1px #ff9500', borderRadius: '50px', padding: '5px 11px', backgroundColor: 'rgba(255, 255, 255, 0.1)' } })
style中除了fontSize属性不生效,其他都可以。改变fontSize,需要使用setFontSize API才行。
期待回复,谢谢。
https://github.com/bytedance/xgplayer/issues/1360
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue has been automatically closed after a period of inactivity. If it is still present in the latest release, please create a new issue with up-to-date information. Thank you!