Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS canvas width in % not works get converted to px Reply To: canvas width in % not works get converted to px

#189350
Senff
Participant

I’m not 100% sure on this, but I believe the canvas element has to have its width and height defined in pixels.

You can resize it with some jQuery (based on browser window size) but it always has to have pixel-based values for width and height.