14.05.2024, 07:00
You need to adjust iframe size via CSS. Width should be parent width + 20px, height should be parent width + 300px.
Code:
.bom7day iframe {
width: ...px !important;
height: ...px !important;
}