css からは指定できません。ってことで、html はこんな感じで。
canvas を指定してプロパティにセット。
$(document).ready(function(){ document.getElementById('can').width = 400; document.getElementById('can').height = 350; });
0 Comments :
Post a Comment