Add title attribute for video play image.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-30 15:13:54 +01:00
parent 7951002892
commit 27ae3e3fed
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -18,6 +18,7 @@ function CreateVideoPlaceholder(id) {
imgPH.src = PlayImageURL
imgPH.id = "play-"+id
imgPH.alt = "Play Video"
imgPH.title = "Play"
imgPH.width = 360
imgPH.style.cursor = "pointer"
if (document.addEventListener) {