HTML5 Canvas as CSS background-image?

后端 未结 3 1135
闹比i
闹比i 2021-01-05 00:23

Is it possible to make the background image of a DIV a canvas that can be modified with getContext(\"2d\")?

3条回答
  •  死守一世寂寞
    2021-01-05 00:52

    You can have a canvas inside the div with absolute css position, other elements have to have z-index greater than the canvas.

提交回复
热议问题