Browse Source

Swap video module icon

pull/1129/head
jlukic 10 years ago
parent
commit
b7473385f7
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/video.js

2
src/definitions/modules/video.js

@ -525,7 +525,7 @@ $.fn.video.settings.templates = {
;
if(image) {
html += ''
+ '<i class="play sign icon"></i>'
+ '<i class="video play icon"></i>'
+ '<img class="placeholder" src="' + image + '">'
;
}

Loading…
Cancel
Save