Сообщение от рони
|
фрейм самостоятельно регулирует свою высоту
|
функция setHeight
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<meta charset="utf-8">
<style type="text/css">
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
jQuery(window).on('load', function() {
window.setTimeout(function() {
jQuery('#rsnlresponse iframe').attr({
'height': 'auto'
});
}, 2000)
});
</script>
</head>
<body>
<div class="block">
<script src="https://pms.connectone.ru/module/?hid=eb225c"></script>
</div>
</body>
</html>