#438EB9
#222A2D
#C6487E
#D0D0D0
Choose Skin
Fixed Navbar
Fixed Sidebar
Fixed Breadcrumbs
Right To Left (rtl)
Inside
.container
Submenu on Hover
Compact Sidebar
Alt. Active Item
Gallery
responsive photo gallery using colorbox
try{ace.settings.loadState('main-container')}catch(e){}
if('ontouchstart' in document.documentElement) document.write("
jQuery(function($) {
var $overflow = '';
var colorbox_params = {
rel: 'colorbox',
reposition:true,
scalePhotos:true,
scrolling:false,
previous:'',
next:'',
close:'×',
current:'{current} of {total}',
maxWidth:'100%',
maxHeight:'100%',
onOpen:function(){
$overflow = document.body.style.overflow;
document.body.style.overflow = 'hidden';
},
onClosed:function(){
document.body.style.overflow = $overflow;
},
onComplete:function(){
$.colorbox.resize();
}
};
$('.ace-thumbnails [data-rel="colorbox"]').colorbox(colorbox_params);
$("#cboxLoadingGraphic").html("");//let's add a custom loading icon
$(document).one('ajaxloadstart.page', function(e) {
$('#colorbox, #cboxOverlay').remove();
});
})
一键复制
编辑
Web IDE
原始数据
按行查看
历史