in html page
<canvas id="box2" style="border:1px solid red;position:absolute;width: 50%;height: 50%;left:15%;top:8%;background-size:100% 100%;"></canvas>
this is canvas then i want to resize using javascript in tizen using only %.how to resize.
this is my jquery function.
$("#backgrd1").click(function() {
var tmp = document.getElementById('box2');
});