Skip to content

Commit 28a99d7

Browse files
authored
Merge pull request #558 from xerc/patch-3
[FIX] VIMEO usage
2 parents d657a71 + ac5f507 commit 28a99d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/initialize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
// if it does, inject a thumbnail from Vimeo
477477
var $vimeoVideos = $(this).find('li[data-vimeo-id]');
478478
$vimeoVideos.each(function() {
479-
var vimeoId = $(this).attr('data-youtube-id');
479+
var vimeoId = $(this).attr('data-vimeo-id');
480480
var vimeoPoster = thisObj.getVimeoPosterUrl(vimeoId,'120');
481481
var $vimeoImg = $('<img>',{
482482
'src': vimeoPoster,

0 commit comments

Comments
 (0)