5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
$(document).ready(function()
|
|
{
|
|
$("a.preview").colorbox({width:1000, height:550, iframe:true, transition:'none', scrolling:true});
|
|
})
|