We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d657a71 + ac5f507 commit 28a99d7Copy full SHA for 28a99d7
scripts/initialize.js
@@ -476,7 +476,7 @@
476
// if it does, inject a thumbnail from Vimeo
477
var $vimeoVideos = $(this).find('li[data-vimeo-id]');
478
$vimeoVideos.each(function() {
479
- var vimeoId = $(this).attr('data-youtube-id');
+ var vimeoId = $(this).attr('data-vimeo-id');
480
var vimeoPoster = thisObj.getVimeoPosterUrl(vimeoId,'120');
481
var $vimeoImg = $('<img>',{
482
'src': vimeoPoster,
0 commit comments