blob: ab4f0099858451eae472d96a2049fc10439d8701 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>resize_using_rendered_dimensions example</title>
</head>
<body>
<img src="../images/OptPuzzle.jpg" alt="resized with js" name=image0 />
<script type="text/javascript">
image0.width=150;
image0.height=100;
</script>
</body>
</html>