jensimmons/cssremedy

hello, <canvas> element

jensimmons opened this issue · 1 comments

Somewhere in all the discussion of img, someone mentioned that he found the same problems with canvas.

Perhaps we should add:

canvas {
  vertical-align: bottom;  
  display: block; 
  max-width: 100%; 
}

More investigation needed.

Closing as a duplication of #14