ToneDen / Player

A pure JS customizable audio player for SoundCloud.
toneden.io/player
MIT License
529 stars 77 forks source link

Player Height Bugging #47

Closed fschoenfeldt closed 9 years ago

fschoenfeldt commented 9 years ago

Hey guys!

I really like your player, though I'm having an issue on our platform with it:

image

The player height should be 100% height, the parent div is set to 100%.

<div style="width: 40%; float:left; height:100%">
<div id="player"></div>
</div>

Once I play a song which has been already played, the player behaves as it's supposed to do.

image

elsbree commented 9 years ago

Do you have a live example of this somewhere? We're going to be reworking our player soon so I hope to add this to the to-do list.