This commit is contained in:
Markos Gogoulos
2026-02-12 17:43:04 +02:00
parent 86348f1747
commit b5a76c53e1
6 changed files with 233 additions and 53 deletions
@@ -29,7 +29,7 @@
}
}}
{{#responsive}}
<iframe src="{{src}}" style="width:100%;aspect-ratio:{{aspectRatioValue}};display:block;border:0;" allowFullScreen></iframe>
<iframe width="100%" height="100%" src="{{src}}" style="width:100%;aspect-ratio:{{aspectRatioValue}};display:block;border:0;" allowFullScreen></iframe>
{{/responsive}}
{{^responsive}}
<iframe width="{{width}}" height="{{height}}" src="{{src}}" frameBorder="0" allowFullScreen></iframe>