Request: Force player iframe to refresh after div resizes

You can set the Player to use 100% width and height then control the size from the parent.

player = new Twitch.Embed("player_div", {
    layout: "video",
    width: "100%",
    height: "100%",
    channel: some_cool_channel
});