Merge pull request #2408 from Arhell/iframe

Accessibility add ifame title
This commit is contained in:
KubeSphere CI Bot 2022-04-30 09:16:21 +08:00 committed by GitHub
commit d8486e879c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}