responseveIframe(); function responseveIframe() {
$('iframe').height(
$('iframe').attr("height") / $('iframe').attr("width") * $('iframe').width()
);
} /*this functions is only needed to see the resize as you drag display border*/
$(window).resize(function() {
responseveIframe();
});