$(document).ready(function(){$("#img1").attr("height",300);});or $(document).ready(function(){$("#img1").prop("height",300);});
Login to post response