iFrame Einbettung

Konfigurator in Ihren Shop einbinden

Live öffnen

Konfigurator URL

https://sandwichplatten-photovoltaik-konfigurator.base44.app

iFrame Code-Snippets

Vollbild (empfohlen)Konfigurator füllt die gesamte Seitenbreite aus
<iframe
  src="https://sandwichplatten-photovoltaik-konfigurator.base44.app"
  width="100%"
  height="900"
  frameborder="0"
  allow="fullscreen"
  style="border:none; border-radius:8px;"
></iframe>
Kompakt (700px)Für schmalere Sidebars oder kleinere Container
<iframe
  src="https://sandwichplatten-photovoltaik-konfigurator.base44.app"
  width="100%"
  height="700"
  frameborder="0"
  allow="fullscreen"
  style="border:none; border-radius:8px;"
></iframe>
Responsive (viewport-height)Passt sich dynamisch an die Bildschirmhöhe an
<iframe
  src="https://sandwichplatten-photovoltaik-konfigurator.base44.app"
  width="100%"
  style="border:none; border-radius:8px; height:90vh; min-height:700px;"
  frameborder="0"
  allow="fullscreen"
></iframe>

💡 Hinweise zur Einbettung

  • height – Höhe anpassen: z.B. 800, 900, 1000 oder 90vh für dynamische Höhe
  • width – Für volle Breite: width="100%" – für feste Breite z.B. width="800"
  • border-radius – border-radius:8px für abgerundete Ecken, 0 für eckig
  • Plattformen – Funktioniert in Shopify, WooCommerce, Wix, Jimdo & allen anderen Systemen