=== Адаптивный 16:9 ===
<iframe
  src="https://ВАШ-САЙТ.ru/путь/tour-a0000000/embed.html"
  width="100%"
  style="border:0;max-width:100%;aspect-ratio:16/9;"
  allow="fullscreen"
  allowfullscreen
  loading="lazy"
  title="Виртуальный тур"
></iframe>


=== Классический 600px ===
<iframe
  src="https://ВАШ-САЙТ.ru/путь/tour-a0000000/embed.html"
  width="100%"
  height="600"
  style="border:0;max-width:100%;"
  allow="fullscreen"
  allowfullscreen
  loading="lazy"
  title="Виртуальный тур"
></iframe>


=== Компактный 400px ===
<iframe
  src="https://ВАШ-САЙТ.ru/путь/tour-a0000000/embed.html"
  width="100%"
  height="400"
  style="border:0;max-width:100%;"
  allow="fullscreen"
  allowfullscreen
  loading="lazy"
  title="Виртуальный тур"
></iframe>


=== Полный экран ===
<iframe
  src="https://ВАШ-САЙТ.ru/путь/tour-a0000000/embed.html"
  width="100vw"
  height="100vh"
  style="border:0;display:block;"
  allow="fullscreen"
  allowfullscreen
  loading="lazy"
  title="Виртуальный тур"
></iframe>

