<div style="width: 100%; max-width: 1280px; margin: 0 auto;">
<iframe
id="host-websites-booking-module"
style="aspect-ratio: 1280 / 1000; width: 100%; min-height: 500px; height: 500px; border: none;"
src="https://widget.holiduhost.com/widget/daa3c6b7-8928-42da-8063-f3c71c4b2558">
</iframe>
</div>
<script>
window.addEventListener('message', function(event) {
if (event.data.type === 'resize') {
const iframe = document.getElementById('host-websites-booking-module');
if (iframe) {
iframe.style.height = event.data.height + 'px';
}
}
});
</script>