]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/media/js/youtube.js
include the httplib2 library. The Twitter authentication module depends on it and...
[osqa.git] / forum / skins / default / media / js / youtube.js
1 $().ready(function(){
2     // Embed YouTube videos
3     $('a[href*="youtube.com"]').viewbox({
4         widthWindow: 900
5     });
6 });