We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c431de8 commit 3443a45Copy full SHA for 3443a45
themes/aurelia-theme/layouts/playground/single.html
@@ -18,9 +18,7 @@ <h2 class="text-2xl font-semibold text-gray-900">{{ .title }}</h2>
18
</div>
19
<iframe data-src="{{ .url }}"
20
class="w-full h-full rounded-xl opacity-0 transition-opacity duration-300"
21
- title="{{ .title }} Example"
22
- allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
23
- sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
+ title="{{ .title }} Example">
24
</iframe>
25
26
</article>
0 commit comments