Create custom embeds to showcase our accommodations and experiences on your website
Select dates to show only available accommodations for the selected period. Leave empty to show all accommodations.
<iframe
src="https://www.majascesis.lv/embed/accommodations?lang=en"
width="100%"
height="600"
frameborder="0"
style="border: none; min-height: 600px;"
title="Mājas Cēsīs Accommodations"
></iframe>
<script>
// Auto-resize iframe based on content
window.addEventListener('message', function(e) {
if (e.data.type === 'mc-widget-height' && e.data.source === 'majas-cesis-embed') {
var iframe = document.querySelector('iframe[src*="majascesis.lv/embed"]');
if (iframe) {
iframe.style.height = e.data.height + 'px';
}
}
});
</script>