APlayer
APlayer copied to clipboard
Multiple 'new APlayer' style error.
reemerge
- init
new APlayer({ fixed: true }) - destroy
APlayer.destroy() - init ( style error )
new APlayer({ fixed: true })
snapshot

.aplayer-body width error.

https://github.com/MoePlayer/APlayer/blob/master/src/js/player.js#L66
It can be changed to CSS .aplayer.aplayer-fixed .aplayer-body { width: calc(100% - 18px) }