mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2408 from Arhell/iframe
Accessibility add ifame title
This commit is contained in:
commit
d8486e879c
|
|
@ -60,11 +60,12 @@
|
|||
{{ if .videoLink }}
|
||||
<iframe
|
||||
id='iframe-player'
|
||||
src="{{ .videoLink }}"
|
||||
src="{{ .videoLink }}"
|
||||
width="900"
|
||||
height="580"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
title="video"
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
{{ else }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue