make canvas height auto
问题 I have the canvas <canvas id="canvas" width="1700" height="679" style="background-color:#ffffff;width:100%;overflow:hidden;margin-top: -7px;"></canvas> It work fine on chrome and firefox. However, ie can work only with width:100% but not change the height (height on 679) I try height to be auto and 100% but getting wose Edit: finally! I got it. It's true that the canvas content will be not good at width 100%. However, for the height (IE9 above is work) you have to set height style $("#canvas"