Three.js Full Screen Issue

后端 未结 4 590
野的像风
野的像风 2021-01-31 17:28

I\'ve read through the Three.js API, read through the questions here on StackOverflow, I\'ve debugged the code using firebug and chrome\'s debugger, I\'ve stripped out everythin

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-31 18:13

    In css this should also do the trick:

    canvas {
        vertical-align: top;
    }
    

    Naturally needs also the padding, margin fixes from above

提交回复
热议问题