bytedance / danmu.js

HTML5 danmu (danmaku) plugin for any DOM element
MIT License
290 stars 34 forks source link

发送弹幕,在style中设置fontSize属性无效 #27

Closed pluskeen closed 1 month ago

pluskeen commented 6 months ago

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才行。

期待回复,谢谢。

startjava commented 5 months ago

https://github.com/bytedance/xgplayer/issues/1360

github-actions[bot] commented 2 months ago

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.

github-actions[bot] commented 1 month ago

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!