$(document).ready(function() { $("a[href$=.jpg], a[href$=.png], a[href$=.gif], a[href$=.JPG]").colorbox({transition:"elastic", slideshow:true, slideshowAuto:false, slideshowSpeed:5000}); $(".iframe, a[href$=.js], a[href$=.txt], a[href$=.esy], a[href$=.tjs], a[href$=.ks]").colorbox({width:"70%", height:"70%", iframe:true}); });