... aspectRatio = 0.56236323851203; var width = document.getElementById("videoflashid128451").offsetWidth-1; if(width>600) width=600; var height=Math.round(width * aspectRatio); $(`#videoflashid128451`).height(height); $(window).resize(function(){ var width = document.getElementById("videoflashid128451").offsetWidth-1; if(width>600) width=600; var height=Math.round(width * aspectRatio); $(`#videoflashid128451`).height(height); });

