5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
$(document).ready(function()
|
|
{
|
|
$("a.preview").colorbox({width:1000, height:600, iframe:true, transition:'elastic', speed:350, scrolling:true});
|
|
})
|