Demo Terminbuchung

bookingIframe

height: 600px; width: 400px;
    <iframe src="https://demo.schadensmeldung.digital/booking.html/#/bookingIframe" frameborder="0"
      allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen
      style="height: 600px; width: 400px;"></iframe>
  

Headless

height: 675px; width: 400px;
      <iframe src="https://demo.schadensmeldung.digital/booking.html/#/booking?headless" frameborder="0"
        allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen
        style="height: 675px; width: 400px;"></iframe>
    

Headless, full

height: 860px; width: 100%;
    <iframe src="https://demo.schadensmeldung.digital/booking.html/#/booking?headless" frameborder="0"
      allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen
      style="height: 860px; width: 100%;"></iframe>