From 27ae3e3fed023d92c4b352a1c125a1d0762cf1ad Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Sat, 30 Jul 2022 15:13:54 +0100 Subject: [PATCH] Add title attribute for video play image. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index e921d19..fb20958 100644 --- a/index.js +++ b/index.js @@ -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) {