Skip to content

Commit

Permalink
KMS-13549 add alt attribute to thumbnail embed image (kaltura#3245)
Browse files Browse the repository at this point in the history
  • Loading branch information
muli authored and OrenMe committed Mar 16, 2017
1 parent b8d8271 commit 3149f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kWidget/kWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
elm.innerHTML = '' +
'<div style="position: relative; width: 100%; height: 100%;">' +
'<button aria-label="Play video content" class="kWidgetCentered kWidgetPlayBtn" ' + 'id="' + targetId + '_playBtn" ></button>' +
'<img class="kWidgetCentered" src="' + this.getKalturaThumbUrl(settings) + '" >' +
'<img class="kWidgetCentered" src="' + this.getKalturaThumbUrl(settings) + '" alt="Video thumbnail">' +
'</div>';
// Add a click binding to do the really embed:
var playBtn = document.getElementById(targetId + '_playBtn');
Expand Down

0 comments on commit 3149f86

Please sign in to comment.