$('#video1.poster').posterimage({
image: 'keep-calm-and-carryon.png',
title: 'Click to watch "Keep calm and carry on"',
title_color: '#fff',
title_backgroundcolor: '#222',
credits: true,
autoplay: true
});
$('#video2.poster').posterimage({
image: 'loose-world.png',
title: 'Play - Reggie Watts "Fuck shit stack"',
title_color: '#222',
title_backgroundcolor: '#fff',
credits: false,
autoplay: true
});